diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2015-10-28 15:03:00 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2015-10-28 15:03:00 +0100 |
commit | 595aafb95a0c1686d88a097b7a902a58ac28c4a2 (patch) | |
tree | 8bdae15908defd6636288b4628649bcbc4383350 | |
parent | 78484b9e550d3c96691fbb661d251af4e8d891e6 (diff) | |
download | vim-595aafb95a0c1686d88a097b7a902a58ac28c4a2.zip vim-595aafb95a0c1686d88a097b7a902a58ac28c4a2.tar.gz |
disable clang_complete
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Bundle 'embear/vim-localvimrc' Bundle 'jwhitley/vim-matchit' Bundle 'majutsushi/tagbar' Bundle 'msanders/snipmate.vim' -Bundle 'Rip-Rip/clang_complete' +" Bundle 'Rip-Rip/clang_complete' Bundle 'scrooloose/nerdtree' Bundle 'tpope/vim-commentary' Bundle 'tpope/vim-git' |