diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -150,9 +150,12 @@ packadd! onedark.vim silent colorscheme onedark packadd matchit -packadd editorconfig packadd cfilter +if !has('nvim') + packadd editorconfig +endif + if !empty(glob('~/.vim_local')) source ~/.vim_local endif |