add vim plugins

This commit is contained in:
vincent 2019-04-08 19:02:55 +02:00
parent 42c295af2d
commit 89ecfb1637
5 changed files with 15 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
vim/.vim/.netrwhist vim/.vim/.netrwhist
vim/.vim/bundle

12
.gitmodules vendored Normal file
View File

@ -0,0 +1,12 @@
[submodule "vim/.vim/nerdcommenter"]
path = vim/.vim/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "vim/.vim/bundle/nerdcommenter"]
path = vim/.vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "vim/.vim/bundle/syntastic"]
path = vim/.vim/bundle/syntastic
url = https://github.com/vim-syntastic/syntastic
[submodule "vim/.vim/bundle/vim-colorschemes"]
path = vim/.vim/bundle/vim-colorschemes
url = https://github.com/flazz/vim-colorschemes

@ -0,0 +1 @@
Subproject commit f46226bcd679a2d656b3179c54cc6b88f1db3b27

@ -0,0 +1 @@
Subproject commit 9f43dcb5a244faba6aedb6879b75a56c7de4b8ff

@ -0,0 +1 @@
Subproject commit 9e7ab1cfec5d3db85aa1c4e87329fd869ecf94e9