Mercurial > dotfiles
changeset 430:5d6bfec9cb5a
Restore old behaviour of wildmenu
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 06 Aug 2021 10:40:35 +0200 |
parents | 5c72a33ba7d7 |
children | 5a296952f248 |
files | dot_config/nvim/init.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/nvim/init.lua Wed Aug 04 11:27:30 2021 +0200 +++ b/dot_config/nvim/init.lua Fri Aug 06 10:40:35 2021 +0200 @@ -477,7 +477,7 @@ opt.history = 1000 -- Remember last commands opt.wildmenu = true -- Command completion -opt.wildmode = { longest = 'full' } -- Complete the fullest match +opt.wildmode = 'longest:full,full' opt.shortmess:append 'c' -- Hide ins-completion messages opt.ttyfast = true -- fast terminal