chore: add preview in vim completeopt
parent
90c5195727
commit
3f5ac0e1f3
|
@ -1,5 +1,5 @@
|
|||
-- https://neovim.io/doc/user/lua-guide.html
|
||||
vim.opt.completeopt = { "menuone", "noinsert", "noselect" }
|
||||
vim.opt.completeopt = { "menuone", "noinsert", "noselect", "preview" }
|
||||
vim.opt.swapfile = false
|
||||
vim.opt.title = true
|
||||
vim.opt.virtualedit = "block"
|
||||
|
|
Loading…
Reference in New Issue