Add ListToggle
This commit is contained in:
parent
b15248b8c4
commit
bac5faaa5e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -130,3 +130,6 @@
|
|||||||
[submodule ".vim/bundle/neco-vim"]
|
[submodule ".vim/bundle/neco-vim"]
|
||||||
path = .vim/bundle/neco-vim
|
path = .vim/bundle/neco-vim
|
||||||
url = https://github.com/Shougo/neco-vim.git
|
url = https://github.com/Shougo/neco-vim.git
|
||||||
|
[submodule ".vim/bundle/ListToggle"]
|
||||||
|
path = .vim/bundle/ListToggle
|
||||||
|
url = https://github.com/Valloric/ListToggle.git
|
||||||
|
1
.vim/bundle/ListToggle
Submodule
1
.vim/bundle/ListToggle
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 63fb8acb57d57380b2e30e7a831247140559c95f
|
@ -36,7 +36,6 @@ set ruler
|
|||||||
set scrolloff=5
|
set scrolloff=5
|
||||||
set shiftround
|
set shiftround
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
set shortmess+=I
|
|
||||||
set sidescroll=1
|
set sidescroll=1
|
||||||
set smartcase
|
set smartcase
|
||||||
set smarttab
|
set smarttab
|
||||||
|
Loading…
Reference in New Issue
Block a user