aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-26 01:58:00 +0800
committerjdhao <jdhao@hotmail.com>2021-08-26 01:58:00 +0800
commit10ad680328578dd4480e514f8fad11b291202fd5 (patch)
treedaa2bdd447593c8c65a6bf3d293bbd05e5a7638d
parent470e35439a76298b485dc7fc5f9a54b6ec8175f1 (diff)
update leaderf settings
-rw-r--r--core/plugins.vim2
1 files changed, 2 insertions, 0 deletions
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 <silent> <leader>f :<C-U>Leaderf file --popup<CR>
nnoremap <silent> <leader>h :<C-U>Leaderf help --popup<CR>
" Search tags in current buffer
nnoremap <silent> <leader>t :<C-U>Leaderf bufTag --popup<CR>
+
+let g:Lf_PopupColorscheme = 'gruvbox_material'
"}}
"{{ URL related