vim/ftplugin/markdown.vim
Steins7 338fa08249 Minor tweaks
+ added automatic header
* fixed file type-specific settings
2020-12-08 10:07:47 +01:00

8 lines
140 B
VimL

set colorcolumn=101
set textwidth=100
"---- compilation command
nnoremap <buffer> <C-C> :!pandoc --number-sections % -o %:r.pdf <Enter>