Vim update

- disable Vim/YCM
- add vimtex
- add a.vim
This commit is contained in:
Johann Dreo 2019-06-26 11:34:59 +02:00
commit ee0d13f225
4 changed files with 9 additions and 1 deletions

8
.gitmodules vendored
View file

@ -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