darkcloud-nvimconfig/vim/config/plugins/deoplete.vim

9 lines
192 B
VimL
Raw Normal View History

"enable completion (default: 0)
if !exists("g:enablecompletion")
let g:enablecompletion = 0
2018-03-13 15:38:03 -04:00
endif
if !g:enablecompletion && g:python_neovim
2018-03-13 15:38:03 -04:00
let g:deoplete#enable_at_startup = 1
endif