Create and push an initial working version of this repo before I change things on this machine Signed-off-by: Robert Morrison <robert@closedless.xyz>
14 lines
338 B
Lua
14 lines
338 B
Lua
return {
|
|
{
|
|
'frabjous/knap',
|
|
init = function()
|
|
local gknapsettings = {
|
|
htmltohtmlviewerlaunch = 'microsoft-edge-stable %outputfile%',
|
|
markdowntohtmlviewerlaunch = 'microsoft-edge-stable %outputfile%',
|
|
mdtohtmlviewerlaunch = 'microsoft-edge-stable %outputfile%',
|
|
}
|
|
vim.g.knap_settings = gknapsettings
|
|
end,
|
|
},
|
|
}
|