Compare commits

...

2 commits

Author SHA1 Message Date
pull[bot]
76670a567b
Merge pull request #306 from dmitmel/master
[pull] master from dmitmel:master
2021-07-03 07:39:59 +00:00
Dmytro Meleshko
2504ef1135 Revert "[nvim] use wildmenu"
This reverts commit 5ad510c830.
2021-07-03 10:07:16 +03:00

View file

@ -1,3 +1,9 @@
" Replicate the behavior of Zsh's complist module under my configuration.
" 1st <Tab> - complete till the longest common prefix (longest).
" 2nd <Tab> - list the matches, but don't select or complete anything yet (list).
" 3rd <Tab> - start the selection menu (i.e. wildmenu), select and complete the first match (full).
set wildmenu wildmode=longest,list,full
" always show the sign column " always show the sign column
set signcolumn=yes set signcolumn=yes