mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Use a vertical list for the wildmenu
This commit is contained in:
parent
3e73eca0a5
commit
485e5a8ef7
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
"enable tab completion in command mode and configure how it handles extensions
|
||||
set completeopt=longest,menuone
|
||||
set wildmenu
|
||||
set wildmode=list:longest,full
|
||||
set wildmode=longest:full,full
|
||||
set wildignore=*.dll,*.o,*.obj,*.bak,*.exe,*.pyc,*.pdf,*.ico,*.jpg,*.gif,*.png,*.webp,*.mp4,*.webm,*.mov,*.eot,*.otf,*.ttf,*.woff,*.woff2
|
||||
set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
|
||||
"}}}
|
||||
|
|
Loading…
Reference in a new issue