diff options
| -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 |
