mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update LeaderF settings
This commit is contained in:
parent
beec97c086
commit
784b435f0e
@ -58,16 +58,6 @@ endif
|
|||||||
" Only fuzzy-search files names
|
" Only fuzzy-search files names
|
||||||
let g:Lf_DefaultMode = 'FullPath'
|
let g:Lf_DefaultMode = 'FullPath'
|
||||||
|
|
||||||
" Popup window settings
|
|
||||||
let w = float2nr(&columns * 0.8)
|
|
||||||
if w > 140
|
|
||||||
let g:Lf_PopupWidth = 140
|
|
||||||
else
|
|
||||||
let g:Lf_PopupWidth = w
|
|
||||||
endif
|
|
||||||
|
|
||||||
let g:Lf_PopupPosition = [0, float2nr((&columns - g:Lf_PopupWidth)/2)]
|
|
||||||
|
|
||||||
" Do not use version control tool to list files under a directory since
|
" Do not use version control tool to list files under a directory since
|
||||||
" submodules are not searched by default.
|
" submodules are not searched by default.
|
||||||
let g:Lf_UseVersionControlTool = 0
|
let g:Lf_UseVersionControlTool = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user