Replace YouCompleteMe with neocomplcache
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -13,6 +13,6 @@
|
|||||||
[submodule "vim/bundle/vim-colors-solarized"]
|
[submodule "vim/bundle/vim-colors-solarized"]
|
||||||
path = vim/bundle/vim-colors-solarized
|
path = vim/bundle/vim-colors-solarized
|
||||||
url = git@github.com:altercation/vim-colors-solarized
|
url = git@github.com:altercation/vim-colors-solarized
|
||||||
[submodule "vim/bundle/YouCompleteMe"]
|
[submodule "vim/bundle/neocomplcache.vim"]
|
||||||
path = vim/bundle/YouCompleteMe
|
path = vim/bundle/neocomplcache.vim
|
||||||
url = git@github.com:Valloric/YouCompleteMe.git
|
url = git@github.com:Shougo/neocomplcache.vim.git
|
||||||
|
|||||||
Submodule vim/bundle/YouCompleteMe deleted from af0fdef1b9
1
vim/bundle/neocomplcache.vim
Submodule
1
vim/bundle/neocomplcache.vim
Submodule
Submodule vim/bundle/neocomplcache.vim added at 237442924a
7
vimrc
7
vimrc
@@ -1,7 +1,12 @@
|
|||||||
execute pathogen#infect()
|
execute pathogen#infect()
|
||||||
syntax on
|
syntax on
|
||||||
filetype plugin indent 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 t_Co=256
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|||||||
Reference in New Issue
Block a user