aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-26 17:42:49 +0800
committerGuangxiong Lin <[email protected]>2022-03-26 17:42:49 +0800
commit46ad436e6efaca9b3ccb870c8e0a08f59f5dee6b (patch)
tree9abfbb6f224f09d2b321f8e9d7ef73f8b4af997d
parent01e783601e6cffe502f86c06e85ce63585c65e0d (diff)
downloaddotfiles-46ad436e6efaca9b3ccb870c8e0a08f59f5dee6b.tar.gz
dotfiles-46ad436e6efaca9b3ccb870c8e0a08f59f5dee6b.tar.bz2
dotfiles-46ad436e6efaca9b3ccb870c8e0a08f59f5dee6b.zip
Load theme in vimrc
-rw-r--r--.vim/after/plugin/misc.vim3
-rw-r--r--.vimrc3
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
diff --git a/.vimrc b/.vimrc
index 08c8a28..e3dbe5d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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