diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-29 13:45:30 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-29 13:45:30 -0400 |
commit | f78adc5a389423c1c1543b8972e6382d6acf335e (patch) | |
tree | 93df8a6a96f542e0dc28b9882d854b36b2813547 /home-config/nvim/config | |
parent | d41fb575cff928eccd5ba09a4afc89b80b621bfe (diff) |
fixed neovim notes with pandoc
Diffstat (limited to 'home-config/nvim/config')
-rw-r--r-- | home-config/nvim/config/init.vim | 4 |
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 |
72 | command Pv AsyncRun zathura '%:r.pdf' | 72 | command Pv AsyncRun zathura '%:r.pdf' |
73 | command Rd silent exec "!pandoc -t pdf -o %:r.pdf --pdf-engine=xelatex --from=markdown+escaped_line_breaks -V geometry:margin=1in %" | 73 | command Rd silent exec "!pandoc -t pdf -o %:r.pdf --from=markdown+escaped_line_breaks -V geometry:margin=1in %" |
74 | command Rr exec "!pandoc -t pdf -o %:r.pdf --pdf-engine=xelatex --from=markdown+escaped_line_breaks -V geometry:margin=1in %" | 74 | command 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 |
77 | autocmd BufWritePost *.mkd :Rd | 77 | autocmd BufWritePost *.mkd :Rd |