diff options
Diffstat (limited to 'vim/init.vim')
-rw-r--r-- | vim/init.vim | 5 |
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 |
30 | source ~/helper/vim/init/config.vim | 30 | source ~/helper/vim/init/config.vim |
31 | 31 | ||
32 | " Highlight | ||
33 | source ~/helper/vim/init/special_highlight.vim | ||
34 | |||
32 | if has('nvim') | 35 | if 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 |
39 | endif | 42 | endif |
40 | |||
41 | source ~/helper/vim/init/special_highlight.vim | ||