diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-26 01:58:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-26 01:58:00 +0800 |
| commit | 10ad680328578dd4480e514f8fad11b291202fd5 (patch) | |
| tree | daa2bdd447593c8c65a6bf3d293bbd05e5a7638d /core/plugins.vim | |
| parent | 470e35439a76298b485dc7fc5f9a54b6ec8175f1 (diff) | |
update leaderf settings
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
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 |
