[nvim] use wildmenu

This commit is contained in:
Dmytro Meleshko 2019-12-15 22:03:56 +02:00
parent 545770bc9e
commit 5ad510c830
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
" configure behaviour of wildmenu when I press <Tab> in the Vim command prompt
" 1. on the 1st <Tab>, complete the longest common prefix
" 2. on the 2nd <Tab>, list all available completions and open wildmenu
" this basically emulates Tab-completion behaviour in Zsh
set wildmode=list:longest,list:full
" always show the sign column
set signcolumn=yes