diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-28 13:18:21 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-28 13:18:21 +0800 |
commit | 10001cd06de8a6b564c0b5e6964fb05555b55002 (patch) | |
tree | 62164220ff57b027f058d106c40123c3407dfe94 /vim/init.vim | |
parent | 3e6fa3bbfd4f4de7780b2e14cff7ffa825978c80 (diff) |
Update
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 |