From 2952ff87a7d5306e1e4c654d1569a540e4e38ee3 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 11 Apr 2017 14:48:23 +0800 Subject: [PATCH] Fix denite airline support --- config/plugins/denite.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/config/plugins/denite.vim b/config/plugins/denite.vim index dd033cfd0..cceff88cb 100644 --- a/config/plugins/denite.vim +++ b/config/plugins/denite.vim @@ -12,7 +12,6 @@ let s:denite_options = { \ 'highlight_matched_char' : 'MoreMsg', \ 'highlight_matched_range' : 'MoreMsg', \ 'direction': 'rightbelow', - \ 'statusline' : 'false', \ 'prompt' : '➭', \ }}