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:
parent
78fffb34a0
commit
56f4c602ec
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user