1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

Merge pull request #1650 from wsdjeg/markdown

Fix denite config
This commit is contained in:
Wang Shidong 2018-04-22 09:55:46 -05:00 committed by GitHub
commit 19f8f32bfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',