From a7ca0be7ca4d6a9a068488cf1484d2045619e515 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 13 Feb 2021 16:20:46 +0800 Subject: [PATCH] Update LeaderF setting Use default theme for popup window. --- core/plugins.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/plugins.vim b/core/plugins.vim index 4285b9e..ece0a31 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -534,8 +534,6 @@ endif " Only fuzzy-search files names let g:Lf_DefaultMode = 'NameOnly' -let g:Lf_PopupColorscheme = 'gruvbox_default' - " Popup window settings let g:Lf_PopupWidth = 0.5 let g:Lf_PopupPosition = [0, &columns/4]