1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update LeaderF conf

This commit is contained in:
jdhao 2022-02-02 17:08:45 +08:00
parent 74e8aed170
commit d533859af9

View File

@ -52,7 +52,7 @@ if g:is_linux
endif
" Only fuzzy-search files names
let g:Lf_DefaultMode = 'NameOnly'
let g:Lf_DefaultMode = 'FullPath'
" Popup window settings
let w = float2nr(&columns * 0.8)