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