diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ highlight Pmenu ctermbg=grey packadd! onedark.vim silent colorscheme onedark +packadd matchit + if !empty(glob('~/.vim_local')) source ~/.vim_local endif |