mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-10 07:06:39 -05:00
9 lines
196 B
VimL
9 lines
196 B
VimL
|
"disable completion (default: 0)
|
||
|
if !exists("g:disablecompletion")
|
||
|
let g:disablecompletion = 0
|
||
|
endif
|
||
|
|
||
|
if !g:disablecompletion && g:python_neovim
|
||
|
let g:deoplete#enable_at_startup = 1
|
||
|
endif
|