diff --git a/.gitmodules b/.gitmodules index dc93b50..f89367b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -130,3 +130,6 @@ [submodule ".vim/bundle/neco-vim"] path = .vim/bundle/neco-vim url = https://github.com/Shougo/neco-vim.git +[submodule ".vim/bundle/ListToggle"] + path = .vim/bundle/ListToggle + url = https://github.com/Valloric/ListToggle.git diff --git a/.vim/bundle/ListToggle b/.vim/bundle/ListToggle new file mode 160000 index 0000000..63fb8ac --- /dev/null +++ b/.vim/bundle/ListToggle @@ -0,0 +1 @@ +Subproject commit 63fb8acb57d57380b2e30e7a831247140559c95f diff --git a/.vim/options.vim b/.vim/options.vim index 5ea3f37..f3751a4 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -36,7 +36,6 @@ set ruler set scrolloff=5 set shiftround set shiftwidth=4 -set shortmess+=I set sidescroll=1 set smartcase set smarttab