mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-26 04:57:45 +01:00
nvim: make markdown preview links colored
This commit is contained in:
parent
50f5b2e2c7
commit
1977d83153
@ -14,7 +14,7 @@ return {
|
||||
textopdfforwardjump = "zathura --synctex-forward=%line%:%column%:%srcfile% %outputfile%",
|
||||
-- markdown
|
||||
mdoutputext = "pdf",
|
||||
mdtopdf = "pandoc %docroot% -o %outputfile%",
|
||||
mdtopdf = "pandoc %docroot% -V colorlinks=true -V linkcolor=blue -V urlcolor=red -V toccolor=gray -o %outputfile%",
|
||||
mdtopdfviewerlaunch = "zathura ./%outputfile%",
|
||||
mdtohtml = "pandoc --standalone %docroot% -o %outputfile%",
|
||||
mdtohtmlviewerlaunch = "firefox --kiosk --new-window %outputfile%",
|
||||
|
Loading…
x
Reference in New Issue
Block a user