diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-07-11 05:09:29 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-07-11 05:09:29 +0200 |
| commit | 1990176ddbbdba158c68eafe4f0f238fae3c5b29 (patch) | |
| tree | f340ff93e51ab1be030ef84641823f07d3f7efff | |
| parent | 513f4bc1aa7ea858d245b6cdab27fe8f632f2278 (diff) | |
Allow the new fuzzy completion on vim commands
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ set showcmd " display incomplete commands set wildmenu " Turn on Wild menu set wildmode=longest:full,full set wildignore=*.o,*~,*.pyc " Ignore compiled files +set wildoptions+=fuzzy " Allow fuzzy completion set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ set undofile " Save undo's after file closes set undodir=$HOME/.vim/undo " where to save undo histories |
