diff --git a/.gitignore b/.gitignore index 213ddb8..5d9095b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ vim/.vim/.netrwhist -vim/.vim/bundle diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..fd7b27d --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/vim/.vim/bundle/nerdcommenter b/vim/.vim/bundle/nerdcommenter new file mode 160000 index 0000000..f46226b --- /dev/null +++ b/vim/.vim/bundle/nerdcommenter @@ -0,0 +1 @@ +Subproject commit f46226bcd679a2d656b3179c54cc6b88f1db3b27 diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic new file mode 160000 index 0000000..9f43dcb --- /dev/null +++ b/vim/.vim/bundle/syntastic @@ -0,0 +1 @@ +Subproject commit 9f43dcb5a244faba6aedb6879b75a56c7de4b8ff diff --git a/vim/.vim/bundle/vim-colorschemes b/vim/.vim/bundle/vim-colorschemes new file mode 160000 index 0000000..9e7ab1c --- /dev/null +++ b/vim/.vim/bundle/vim-colorschemes @@ -0,0 +1 @@ +Subproject commit 9e7ab1cfec5d3db85aa1c4e87329fd869ecf94e9