aboutsummaryrefslogtreecommitdiffstats
path: root/dotvimrc
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2014-01-28 15:47:55 +0100
committerMatthias Braendli <matthias.braendli@u-blox.com>2014-01-28 15:47:55 +0100
commit2c66eda9d697745854786f6a6a3193b8f322d91a (patch)
tree5a121632fbac07b37ee9beb63aecbd17cbf54ded /dotvimrc
parent93cf8d4eb09ef35f39178730e2190ba8c2a0cfa6 (diff)
downloadvimrc-2c66eda9d697745854786f6a6a3193b8f322d91a.tar.gz
vimrc-2c66eda9d697745854786f6a6a3193b8f322d91a.tar.bz2
vimrc-2c66eda9d697745854786f6a6a3193b8f322d91a.zip
Revert "switch from clang_complete to YCM" and go back to clang
This reverts commit 93cf8d4eb09ef35f39178730e2190ba8c2a0cfa6.
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'