diff options
-rw-r--r-- | after/ftplugin/tex.vim | 2 | ||||
m--------- | bundle/neobundle.vim | 0 | ||||
-rw-r--r-- | dotvimrc | 7 |
3 files changed, 3 insertions, 6 deletions
diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim deleted file mode 100644 index 47285f1..0000000 --- a/after/ftplugin/tex.vim +++ /dev/null @@ -1,2 +0,0 @@ -" disable ETI -call IMAP('ETI', 'ETI', 'tex') diff --git a/bundle/neobundle.vim b/bundle/neobundle.vim -Subproject e4e6766e7bbcac9b7048ee247f02af9020b9df2 +Subproject 108ce2c80e0af6898f967f4df7ff189368351ff @@ -68,10 +68,9 @@ noremap <Leader>t :CtrlPTag<CR> "let g:ctrlp_working_path_mode = 'a' NeoBundle 'git-time-lapse' -NeoBundle 'Rip-Rip/clang_complete.git' -let g:clang_snippets = 1 -let g:clang_snippets_engine = 'clang_complete' -noremap <Leader>c :call g:ClangUpdateQuickFix()<cr> + +NeoBundle 'Valloric/YouCompleteMe.git' +let g:ycm_extra_conf_globlist = ['~/dab/*'] "NeoBundle 'Valloric/YouCompleteMe.git' |