vim/ftplugin/markdown.vim
Steins7 64769dd9c0 Minor tweaks
+ added automatic header
* fixed file type-specific settings
2020-12-09 22:29:41 +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>