nvim: config: Fix pumblend for wild menu
We broke this in our last clean up which meant this was not working anymore with the given option. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
a20fa4494c
commit
4051932e7e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ set sidescrolloff=5 " Show next 5 columns while side-scrolling.
|
|||
|
||||
" Wild menu
|
||||
set wildmenu
|
||||
set wildmode=list:longest,full
|
||||
set wildmode=longest:full,full
|
||||
set wildoptions=pum
|
||||
set pumblend=30
|
||||
set wildignore=*.o,*.obj,*~,*.exe,*.a,*.pdb,*.lib
|
||||
|
|
Loading…
Reference in a new issue