Files
nvim/markdown.vim

7 lines
181 B
VimL

" Settings for markdown
set grepprg=grep\ -nH\ $*
let g:pencil#textwidth=80
autocmd BufRead *.md set spell
autocmd FileType tex call pencil#init({'wrap': 'hard', 'autoformat': 1})