diff options
| author | jdhao <jdhao@hotmail.com> | 2020-08-19 19:52:11 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 19:52:11 +0800 |
| commit | 50e59ca5324f0210bbd62c2a41268a879582b4c9 (patch) | |
| tree | 9ed58bae5a1b29ba6071985d287452e270083ddd /plugins.vim | |
| parent | 429f6f5a2943fc3141a3f4f968df3a13be437d86 (diff) | |
update LeaderF settings
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index 1d1a45d..e43b3da 100644 --- a/plugins.vim +++ b/plugins.vim @@ -470,6 +470,11 @@ if g:is_linux let g:Lf_ShowDevIcons = 0 endif +" Only fuzzy-search files names +let g:Lf_DefaultMode = 'NameOnly' + +let g:Lf_PopupColorscheme = 'gruvbox_default' + " Do not use version control tool to list files under a directory since " submodules are not searched by default. let g:Lf_UseVersionControlTool = 0 |
