diff options
Diffstat (limited to 'vim/init.vim')
-rw-r--r-- | vim/init.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/init.vim b/vim/init.vim index 20a1c74..9145855 100644 --- a/vim/init.vim +++ b/vim/init.vim | |||
@@ -29,9 +29,6 @@ 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 | " Set tabsize | ||
33 | source ~/helper/vim/init/tabsize.vim | ||
34 | |||
35 | if has('nvim') | 32 | if has('nvim') |
36 | " For neovim | 33 | " For neovim |
37 | source ~/.config/nvim/lazy.lua | 34 | source ~/.config/nvim/lazy.lua |