From: Samir Benmendil Date: Tue, 5 Nov 2013 15:48:31 +0000 (+0100) Subject: add YouCompleteMe X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6476ca3e3327290d312d124fcf96c1b1e65f3f85 add YouCompleteMe --- diff --git a/.gitmodules b/.gitmodules index 4d01714..a642c18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "vim/bundle/tcomment_vim"] path = vim/bundle/tcomment_vim url = https://github.com/tomtom/tcomment_vim.git +[submodule "vim/bundle/YouCompleteMe"] + path = vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git diff --git a/vim/bundle/YouCompleteMe b/vim/bundle/YouCompleteMe new file mode 160000 index 0000000..3a6b87b --- /dev/null +++ b/vim/bundle/YouCompleteMe @@ -0,0 +1 @@ +Subproject commit 3a6b87bf6d965a0a546d42bce0419212c73061b2 diff --git a/vimrc b/vimrc index 243745e..b81dae2 100644 --- a/vimrc +++ b/vimrc @@ -233,6 +233,9 @@ let g:tagbar_autoshowtag = 1 let g:tagbar_width = 25 let g:tagbar_iconchars = ['+', '-'] +" YouCompleteMe {{{2 +let g:ycm_extra_conf_globlist = ['/mnt/data/src/*'] + " functions {{{1 " Convenient command to see the difference between the current buffer and the " file it was loaded from, thus the changes you made.