Add ListToggle

This commit is contained in:
Alex Yatskov 2020-01-27 18:49:27 -08:00
parent b15248b8c4
commit bac5faaa5e
3 changed files with 4 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit 63fb8acb57d57380b2e30e7a831247140559c95f

View File

@ -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