Fixed vim and zsh
This commit is contained in:
15
vim/plugins/deoplete.nvim/plugin/deoplete.vim
Normal file
15
vim/plugins/deoplete.nvim/plugin/deoplete.vim
Normal file
@ -0,0 +1,15 @@
|
||||
"=============================================================================
|
||||
" FILE: deoplete.vim
|
||||
" AUTHOR: Shougo Matsushita <Shougo.Matsu at gmail.com>
|
||||
" License: MIT license
|
||||
"=============================================================================
|
||||
|
||||
if exists('g:loaded_deoplete')
|
||||
finish
|
||||
endif
|
||||
let g:loaded_deoplete = 1
|
||||
|
||||
" Global options definition.
|
||||
if get(g:, 'deoplete#enable_at_startup', 0)
|
||||
call deoplete#enable()
|
||||
endif
|
Reference in New Issue
Block a user