1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 20:30:05 +08:00

Fix denite airline support

This commit is contained in:
wsdjeg 2017-04-11 14:48:23 +08:00
parent 7cf7b0eb54
commit 2952ff87a7

View File

@ -12,7 +12,6 @@ let s:denite_options = {
\ 'highlight_matched_char' : 'MoreMsg',
\ 'highlight_matched_range' : 'MoreMsg',
\ 'direction': 'rightbelow',
\ 'statusline' : 'false',
\ 'prompt' : '➭',
\ }}