add vim plugins
This commit is contained in:
parent
42c295af2d
commit
89ecfb1637
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
vim/.vim/.netrwhist
|
||||
vim/.vim/bundle
|
||||
|
12
.gitmodules
vendored
Normal file
12
.gitmodules
vendored
Normal 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
|
1
vim/.vim/bundle/nerdcommenter
Submodule
1
vim/.vim/bundle/nerdcommenter
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f46226bcd679a2d656b3179c54cc6b88f1db3b27
|
1
vim/.vim/bundle/syntastic
Submodule
1
vim/.vim/bundle/syntastic
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9f43dcb5a244faba6aedb6879b75a56c7de4b8ff
|
1
vim/.vim/bundle/vim-colorschemes
Submodule
1
vim/.vim/bundle/vim-colorschemes
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9e7ab1cfec5d3db85aa1c4e87329fd869ecf94e9
|
Loading…
Reference in New Issue
Block a user