chore: add preview in vim completeopt

main
sudo pacman -Syu 2023-05-30 21:38:48 +07:00
parent 90c5195727
commit 3f5ac0e1f3
1 changed files with 1 additions and 1 deletions

View File

@ -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"