aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim/init.vim
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-07-04 16:39:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-07-04 16:39:23 +0800
commit464d830c38d6c11258c60782ef9b4fb9de406957 (patch)
tree9cd8e5783781b29a5085c1bc03525daab561e7bc /vim/init.vim
parent1f0628b62d42d9a450157b0956b9df3cadff5177 (diff)
Update
Diffstat (limited to 'vim/init.vim')
-rw-r--r--vim/init.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/init.vim b/vim/init.vim
index 9145855..7c481b8 100644
--- a/vim/init.vim
+++ b/vim/init.vim
@@ -29,6 +29,9 @@ source ~/helper/vim/init/keymaps.vim
29" Extra config for different contexts 29" Extra config for different contexts
30source ~/helper/vim/init/config.vim 30source ~/helper/vim/init/config.vim
31 31
32" Highlight
33source ~/helper/vim/init/special_highlight.vim
34
32if has('nvim') 35if has('nvim')
33 " For neovim 36 " For neovim
34 source ~/.config/nvim/lazy.lua 37 source ~/.config/nvim/lazy.lua
@@ -37,5 +40,3 @@ else
37 source ~/helper/vim/init/plugins.vim 40 source ~/helper/vim/init/plugins.vim
38 source ~/helper/vim/init/style.vim 41 source ~/helper/vim/init/style.vim
39endif 42endif
40
41source ~/helper/vim/init/special_highlight.vim