+ YouCompleteMe

This commit is contained in:
Stefan Liebl 2016-09-28 17:02:37 +02:00
parent 50644c1711
commit abf210c9e5
3 changed files with 6 additions and 0 deletions

4
.gitmodules vendored
View File

@ -58,3 +58,7 @@
path = pack/xml/opt/xml path = pack/xml/opt/xml
url = https://github.com/othree/xml.vim url = https://github.com/othree/xml.vim
ignore = untracked ignore = untracked
[submodule "pack/YouCompleteMe/opt/YouCompleteMe"]
path = pack/YouCompleteMe/opt/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe
ignore = untracked

@ -0,0 +1 @@
Subproject commit f928f7dd975d26b608d5310a9139dc5fc310e4a9

View File

@ -285,6 +285,7 @@ packadd vc
packadd vimagit packadd vimagit
packadd VisIncr packadd VisIncr
packadd xml packadd xml
packadd YouCompleteMe
let g:loaded_pyclewn = 1 let g:loaded_pyclewn = 1
if exists('g:debug') if exists('g:debug')