mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:20:04 +08:00
Disable deoplete in denite filter buffer
This commit is contained in:
parent
5a65f8ec1e
commit
b537de9425
@ -192,6 +192,9 @@ function! s:denite_filter_my_settings() abort
|
|||||||
" @fixme use this key binding only for sources which has delete action
|
" @fixme use this key binding only for sources which has delete action
|
||||||
inoremap <silent><buffer><expr> <C-d>
|
inoremap <silent><buffer><expr> <C-d>
|
||||||
\ <SID>delete_action()
|
\ <SID>delete_action()
|
||||||
|
if exists('*deoplete#custom#buffer_option')
|
||||||
|
call deoplete#custom#buffer_option('auto_complete', v:false)
|
||||||
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user