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