NIVM/lua/plugins/specs/previewers.lua
Robert Morrison fb537df11b chore(init): Initial working version
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>
2023-09-10 22:22:30 +01:00

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,
},
}