aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/vimrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-06-08 18:22:03 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-06-08 18:24:46 +0800
commit8d8e5a626bcaf634fc56f6b7b28388f607f3b6c7 (patch)
tree5321e19a913ea40cea841ded1acd3aa2d6953801 /vim/vimrc
parent024dd04edc16693545fb916150e6361f0626aad0 (diff)
Update
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 78a96b1..20a1c74 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -26,9 +26,6 @@ source ~/helper/vim/init/basic.vim
26" Key mappings 26" Key mappings
27source ~/helper/vim/init/keymaps.vim 27source ~/helper/vim/init/keymaps.vim
28 28
29" UI
30source ~/helper/vim/init/style.vim
31
32" Extra config for different contexts 29" Extra config for different contexts
33source ~/helper/vim/init/config.vim 30source ~/helper/vim/init/config.vim
34 31
@@ -36,9 +33,12 @@ source ~/helper/vim/init/config.vim
36source ~/helper/vim/init/tabsize.vim 33source ~/helper/vim/init/tabsize.vim
37 34
38if has('nvim') 35if has('nvim')
39 " For nvim 36 " For neovim
40 source ~/.config/nvim/lazy.lua 37 source ~/.config/nvim/lazy.lua
41else 38else
42 " Plugin 39 " For vim
43 source ~/helper/vim/init/plugins.vim 40 source ~/helper/vim/init/plugins.vim
41 source ~/helper/vim/init/style.vim
44endif 42endif
43
44source ~/helper/vim/init/special_highlight.vim