1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/vim/vimrc.d/vim-pencil.vim

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