Vim update
- disable Vim/YCM - add vimtex - add a.vim
This commit is contained in:
parent
1e8954073e
commit
ee0d13f225
4 changed files with 9 additions and 1 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue