diff --git a/.gitmodules b/.gitmodules index ac1e57b..9c53751 100644 --- a/.gitmodules +++ b/.gitmodules @@ -60,3 +60,9 @@ [submodule "vim-files/.vim/bundle/numbers"] path = vim-files/.vim/bundle/numbers url = https://github.com/myusuf3/numbers.vim.git +[submodule "vim-files/.vim/bundle/vim-gitgutter"] + path = vim-files/.vim/bundle/vim-gitgutter + url = https://github.com/airblade/vim-gitgutter.git +[submodule "vim-files/.vim/bundle/rainbow_parentheses"] + path = vim-files/.vim/bundle/rainbow_parentheses + url = https://github.com/kien/rainbow_parentheses.vim.git diff --git a/vim-files/.vim/bundle/rainbow_parentheses b/vim-files/.vim/bundle/rainbow_parentheses new file mode 160000 index 0000000..eb8baa5 --- /dev/null +++ b/vim-files/.vim/bundle/rainbow_parentheses @@ -0,0 +1 @@ +Subproject commit eb8baa5428bde10ecc1cb14eed1d6e16f5f24695 diff --git a/vim-files/.vim/bundle/vim-gitgutter b/vim-files/.vim/bundle/vim-gitgutter new file mode 160000 index 0000000..13a11f8 --- /dev/null +++ b/vim-files/.vim/bundle/vim-gitgutter @@ -0,0 +1 @@ +Subproject commit 13a11f89354ca63b88a64b3bf452f2b9d6dbc716