summaryrefslogtreecommitdiff
path: root/home-config/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/nvim')
-rw-r--r--home-config/nvim/config/init.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/nvim/config/init.vim b/home-config/nvim/config/init.vim
index 447da4a..1d3903f 100644
--- a/home-config/nvim/config/init.vim
+++ b/home-config/nvim/config/init.vim
@@ -70,8 +70,8 @@ let g:table_mode_header_fillchar='='
70 70
71"pandoc render and open preview 71"pandoc render and open preview
72command Pv AsyncRun zathura '%:r.pdf' 72command Pv AsyncRun zathura '%:r.pdf'
73command Rd silent exec "!pandoc -t pdf -o %:r.pdf --pdf-engine=xelatex --from=markdown+escaped_line_breaks -V geometry:margin=1in %" 73command Rd silent exec "!pandoc -t pdf -o %:r.pdf --from=markdown+escaped_line_breaks -V geometry:margin=1in %"
74command Rr exec "!pandoc -t pdf -o %:r.pdf --pdf-engine=xelatex --from=markdown+escaped_line_breaks -V geometry:margin=1in %" 74command Rr exec "!pandoc -t pdf -o %:r.pdf --from=markdown+escaped_line_breaks -V geometry:margin=1in %"
75 75
76"Auto-rerender markdown files to pdf 76"Auto-rerender markdown files to pdf
77autocmd BufWritePost *.mkd :Rd 77autocmd BufWritePost *.mkd :Rd