1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00

Fix denite config

denite do not quit after action

ref: https://github.com/Shougo/denite.nvim/issues/477
This commit is contained in:
wsdjeg 2018-04-22 22:46:29 +08:00
parent 78fffb34a0
commit 56f4c602ec

View File

@ -8,7 +8,7 @@ let s:denite_options = {
\ 'default' : {
\ 'winheight' : 15,
\ 'mode' : 'insert',
\ 'quit' : 'true',
\ 'quit' : 1,
\ 'highlight_matched_char' : 'MoreMsg',
\ 'highlight_matched_range' : 'MoreMsg',
\ 'direction': 'rightbelow',