add menu as completionopts
This commit is contained in:
parent
d8e94c9dd1
commit
acf50a8ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ vim.api.nvim_create_autocmd('TextYankPost', {
|
|||
})
|
||||
|
||||
|
||||
vim.opt.completeopt = 'menuone,noselect'
|
||||
vim.opt.completeopt = 'menu,menuone,noselect'
|
||||
|
||||
vim.opt.breakindent = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue