From 10ad680328578dd4480e514f8fad11b291202fd5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 26 Aug 2021 01:58:00 +0800 Subject: [PATCH] update leaderf settings --- core/plugins.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/plugins.vim b/core/plugins.vim index 18e4147..b3f9dbb 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -117,6 +117,8 @@ nnoremap f :Leaderf file --popup nnoremap h :Leaderf help --popup " Search tags in current buffer nnoremap t :Leaderf bufTag --popup + +let g:Lf_PopupColorscheme = 'gruvbox_material' "}} "{{ URL related