mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-26 04:57:45 +01:00
nvim: added html mode for knap markdown
This commit is contained in:
parent
b48e634554
commit
879354e12a
@ -13,9 +13,12 @@ return {
|
||||
textopdfviewerrefresh = "none",
|
||||
textopdfforwardjump = "zathura --synctex-forward=%line%:%column%:%srcfile% %outputfile%",
|
||||
-- markdown
|
||||
mdoutputext = "pdf",
|
||||
mdoutputext = "html",
|
||||
mdtopdf = "pandoc %docroot% -o %outputfile%",
|
||||
mdtopdfviewerlaunch = "zathura %outputfile%",
|
||||
mdtohtml = "pandoc --standalone %docroot% -o %outputfile%",
|
||||
mdtohtmlviewerlaunch = "firefox --kiosk --new-window %outputfile%",
|
||||
mdtohtmlviewerrefresh = "none",
|
||||
mdtopdfviewerrefresh = "none",
|
||||
}
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user