1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Only load deoplete when YCM is not loaded

This commit is contained in:
2018-12-07 09:00:52 +01:00
parent 9d47926350
commit 55c8310dad

2
.vimrc
View File

@@ -275,6 +275,7 @@ let g:ycm_server_python_interpreter = '/usr/bin/python3'
"let g:ycm_server_log_level = 'debug'
endif
if filereadable(skip_ycm) " Only load if YouCompleteMe is not loaded
if has('nvim')
Plugin 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
else
@@ -290,6 +291,7 @@ Plugin 'zchee/deoplete-jedi'
Plugin 'Shougo/neco-syntax'
let g:deoplete#enable_at_startup = 1
endif
" Improved Django handling