aboutsummaryrefslogtreecommitdiffstats
path: root/dotvimrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotvimrc')
-rw-r--r--dotvimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/dotvimrc b/dotvimrc
index 226b34c..ca994fc 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -65,9 +65,10 @@ NeoBundle 'https://bitbucket.org/abudden/taghighlight'
NeoBundle 'git-time-lapse'
NeoBundle 'textobj-user'
NeoBundle 'lucapette/vim-textobj-underscore.git'
-NeoBundle 'Rip-Rip/clang_complete.git'
-let g:clang_snippets = 1
-let g:clang_snippets_engine = 'clang_complete'
+
+NeoBundle 'Valloric/YouCompleteMe'
+let g:ycm_extra_conf_globlist = ['~/dab/*','~/CODENAME/*','!~/*']
+let g:ycm_collect_identifiers_from_tags_files = 1
NeoBundle 'tpope/vim-surround.git'
NeoBundle 'taglist.vim'