commit d27a7cbb36898db0924ae888a8556616f5774fc0 parent db70d42bcd23371ca18ec733657abba3c507a2af Author: Alex Balgavy <a.balgavy@gmail.com> Date: Wed, 5 Feb 2020 21:59:39 +0100 vim: markdown compiler has better defaults Former-commit-id: 04feac473598e6f681658574c850c6f146c6eadc Diffstat:
M | vim/compiler/markdown.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vim/compiler/markdown.vim b/vim/compiler/markdown.vim @@ -5,4 +5,4 @@ let current_compiler = "markdown" if exists(":CompilerSet") != 2 " older Vim always used :setlocal command -nargs=* CompilerSet setlocal <args> endif -CompilerSet makeprg=pandoc\ %:p:S\ -o\ %:p:r:S.pdf\ \&\&\ open\ -g\ %:p:r:S.pdf +CompilerSet makeprg=pandoc\ %:p:S\ -V\ geometry:margin=1in\ -o\ %:p:r:S.pdf\ \&\&\ open\ -g\ %:p:r:S.pdf