Files
nvim/markdown.vim

8 lines
214 B
VimL

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