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