mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
6 lines
127 B
VimL
6 lines
127 B
VimL
augroup vimrc-languages-text
|
|
autocmd!
|
|
autocmd FileType text call pencil#init()
|
|
augroup END
|
|
|
|
if !g:vim_ide | finish | endif
|