diff options
-rw-r--r-- | .vim/after/plugin/misc.vim | 3 | ||||
-rw-r--r-- | .vimrc | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.vim/after/plugin/misc.vim b/.vim/after/plugin/misc.vim index 2b0b85c..f34ec9f 100644 --- a/.vim/after/plugin/misc.vim +++ b/.vim/after/plugin/misc.vim @@ -1,6 +1,3 @@ -packadd! onedark.vim -silent colorscheme onedark - let g:airline#extensions#tabline#enabled = 1 " fcitx.vim @@ -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 |