diff --git a/.gitmodules b/.gitmodules index bde7dcd..894eeed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -56,7 +56,7 @@ path = .vim/bundle/ctrlp.vim url = http://github.com/kien/ctrlp.vim.git [submodule ".vim/bundle/YouCompleteMe"] - path = .vim/bundle/YouCompleteMe + path = .vim/disabled/YouCompleteMe url = https://github.com/Valloric/YouCompleteMe.git [submodule ".vim/bundle/ultisnips"] path = .vim/bundle/ultisnips @@ -67,3 +67,9 @@ [submodule ".vim/bundle/color_coded"] path = .vim/bundle/color_coded url = https://github.com/jeaye/color_coded.git +[submodule ".vim/bundle/vimtex"] + path = .vim/bundle/vimtex + url = https://github.com/lervag/vimtex +[submodule ".vim/bundle/a.vim"] + path = .vim/bundle/a.vim + url = https://github.com/vim-scripts/a.vim.git diff --git a/.vim/bundle/a.vim b/.vim/bundle/a.vim new file mode 160000 index 0000000..2cbe946 --- /dev/null +++ b/.vim/bundle/a.vim @@ -0,0 +1 @@ +Subproject commit 2cbe946206ec622d9d8cf2c99317f204c4d41885 diff --git a/.vim/bundle/vimtex b/.vim/bundle/vimtex new file mode 160000 index 0000000..1e79a8c --- /dev/null +++ b/.vim/bundle/vimtex @@ -0,0 +1 @@ +Subproject commit 1e79a8c2df60ac9536d627aa208a1f3354d5295a diff --git a/.vim/bundle/YouCompleteMe b/.vim/disabled/YouCompleteMe similarity index 100% rename from .vim/bundle/YouCompleteMe rename to .vim/disabled/YouCompleteMe