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