Replace YouCompleteMe with neocomplcache

This commit is contained in:
2014-08-31 22:53:43 +02:00
parent 38181433ca
commit 5979d47693
4 changed files with 10 additions and 5 deletions

6
.gitmodules vendored
View File

@@ -13,6 +13,6 @@
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git@github.com:altercation/vim-colors-solarized
[submodule "vim/bundle/YouCompleteMe"]
path = vim/bundle/YouCompleteMe
url = git@github.com:Valloric/YouCompleteMe.git
[submodule "vim/bundle/neocomplcache.vim"]
path = vim/bundle/neocomplcache.vim
url = git@github.com:Shougo/neocomplcache.vim.git

7
vimrc
View File

@@ -1,7 +1,12 @@
execute pathogen#infect()
syntax on
filetype plugin indent on
let g:SuperTabDefaultCompletionType = 'context'
let g:EclimCompletionMethod = 'omnifunc'
if !exists('g:neocomplcache_force_omni_patterns')
let g:neocomplcache_force_omni_patterns = {}
endif
let g:neocomplcache_force_omni_patterns.java = '\k\.\k*'
set t_Co=256
set background=dark