diff options
| author | jdhao <jdhao@hotmail.com> | 2020-08-24 14:47:39 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 14:47:39 +0800 |
| commit | c0417d8a0d1fffc7b1c3b97f65c6ae301a46be01 (patch) | |
| tree | 5732a6abcb4b38c8659bd5c707633f8f378e0787 | |
| parent | 50e59ca5324f0210bbd62c2a41268a879582b4c9 (diff) | |
update LeaderF settings
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index e43b3da..22e11b9 100644 --- a/plugins.vim +++ b/plugins.vim @@ -475,6 +475,10 @@ let g:Lf_DefaultMode = 'NameOnly' let g:Lf_PopupColorscheme = 'gruvbox_default' +" Popup window settings +let g:Lf_PopupWidth = 0.5 +let g:Lf_PopupPosition = [0, &columns/4] + " Do not use version control tool to list files under a directory since " submodules are not searched by default. let g:Lf_UseVersionControlTool = 0 |
