mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
6 lines
206 B
VimL
6 lines
206 B
VimL
augroup pencil
|
|
autocmd!
|
|
autocmd FileType markdown,mkd call pencil#init({'wrap': 'hard', 'autoformat': 0})
|
|
autocmd FileType text call pencil#init({'wrap': 'hard', 'autoformat': 0})
|
|
augroup END
|