mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
8 lines
192 B
VimL
8 lines
192 B
VimL
"enable completion (default: 0)
|
|
if !exists("g:enablecompletion")
|
|
let g:enablecompletion = 0
|
|
endif
|
|
|
|
if !g:enablecompletion && g:python_neovim
|
|
let g:deoplete#enable_at_startup = 1
|
|
endif
|