[nvim] make tab better on command mode
This commit is contained in:
parent
b38d76e164
commit
d99ef5b106
1 changed files with 3 additions and 0 deletions
|
@ -46,3 +46,6 @@ vim.opt.signcolumn = "yes"
|
||||||
vim.opt.autoread = true
|
vim.opt.autoread = true
|
||||||
-- disable swapfile
|
-- disable swapfile
|
||||||
vim.opt.swapfile = false
|
vim.opt.swapfile = false
|
||||||
|
--Make completion stop on command ambiguity
|
||||||
|
vim.opt.wildmenu = true
|
||||||
|
vim.opt.wildmode = 'longest:full,full'
|
||||||
|
|
Loading…
Reference in a new issue