diff --git a/nvim/lib/interface.vim b/nvim/lib/interface.vim index b78073d..d5abba5 100644 --- a/nvim/lib/interface.vim +++ b/nvim/lib/interface.vim @@ -1,9 +1,3 @@ -" configure behaviour of wildmenu when I press in the Vim command prompt -" 1. on the 1st , complete the longest common prefix -" 2. on the 2nd , 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