]> git.rmz.io Git - dotfiles.git/commitdiff
add YouCompleteMe
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 5 Nov 2013 15:48:31 +0000 (16:48 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 5 Nov 2013 15:49:33 +0000 (16:49 +0100)
.gitmodules
vim/bundle/YouCompleteMe [new submodule]
vimrc

index 4d01714357289f10c85eea1ac889faec7f668d6a..a642c18942d94336a159c0f2e4cdc5b0a9260e6d 100644 (file)
@@ -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 (submodule)
index 0000000..3a6b87b
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 3a6b87bf6d965a0a546d42bce0419212c73061b2
diff --git a/vimrc b/vimrc
index 243745e479041713308ef938376d415224a073e7..b81dae2ba7b243f6fe0e5fe8ef21f0706855324b 100644 (file)
--- 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.