mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 02:00:05 +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' : {
|
\ 'default' : {
|
||||||
\ 'winheight' : 15,
|
\ 'winheight' : 15,
|
||||||
\ 'mode' : 'insert',
|
\ 'mode' : 'insert',
|
||||||
\ 'quit' : 'true',
|
\ 'quit' : 1,
|
||||||
\ 'highlight_matched_char' : 'MoreMsg',
|
\ 'highlight_matched_char' : 'MoreMsg',
|
||||||
\ 'highlight_matched_range' : 'MoreMsg',
|
\ 'highlight_matched_range' : 'MoreMsg',
|
||||||
\ 'direction': 'rightbelow',
|
\ 'direction': 'rightbelow',
|
||||||
|
Loading…
Reference in New Issue
Block a user