diff --git a/.gitmodules b/.gitmodules index ad82f87..ac1e57b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,3 +51,12 @@ path = vim-files/.vim/bundle/vim-multiple-cursors url = https://github.com/terryma/vim-multiple-cursors.git ignore = untracked +[submodule "vim-files/.vim/bundle/neocomplcache-ultisnips"] + path = vim-files/.vim/bundle/neocomplcache-ultisnips + url = https://github.com/JazzCore/neocomplcache-ultisnips.git +[submodule "vim-files/.vim/bundle/neocomplcache"] + path = vim-files/.vim/bundle/neocomplcache + url = https://github.com/Shougo/neocomplcache.vim.git +[submodule "vim-files/.vim/bundle/numbers"] + path = vim-files/.vim/bundle/numbers + url = https://github.com/myusuf3/numbers.vim.git diff --git a/vim-files/.vim/bundle/neocomplcache b/vim-files/.vim/bundle/neocomplcache new file mode 160000 index 0000000..da44ba4 --- /dev/null +++ b/vim-files/.vim/bundle/neocomplcache @@ -0,0 +1 @@ +Subproject commit da44ba4a92eef3860bdee2d96d755a7171889a70 diff --git a/vim-files/.vim/bundle/neocomplcache-ultisnips b/vim-files/.vim/bundle/neocomplcache-ultisnips new file mode 160000 index 0000000..13d73d4 --- /dev/null +++ b/vim-files/.vim/bundle/neocomplcache-ultisnips @@ -0,0 +1 @@ +Subproject commit 13d73d423149b67adf9e0d1f75e778e29a1736bb diff --git a/vim-files/.vim/bundle/numbers b/vim-files/.vim/bundle/numbers new file mode 160000 index 0000000..c7e0448 --- /dev/null +++ b/vim-files/.vim/bundle/numbers @@ -0,0 +1 @@ +Subproject commit c7e04485568687ff1c6f4ff842ee80ec9c68d58a