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
2015-11-26 09:48:21 +00:00

6 lines
140 B
VimL

augroup pencil
autocmd!
autocmd FileType markdown,mkd call pencil#init()
autocmd FileType text call pencil#init()
augroup END