+ F9 now able to save markdown to pdf using pandoc

This commit is contained in:
ziro 2020-11-01 13:53:11 +07:00
parent 769e108b47
commit bb245df756
2 changed files with 6 additions and 1 deletions

View file

@ -63,9 +63,10 @@ augroup Binary
au BufWritePost *.bin set nomod | endif
augroup END
" ----- python for vim
" ----- indent for corresponding extension
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
autocmd BufEnter *.c set ai sw=4 ts=4 sta et fo=croql
autocmd BufEnter *.md set ai sw=4 ts=4 sta et fo=croql
" ----- Auto refresh vimrc
augroup myvimrc