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]