feat(defaults): completeopt=popup #32909

Assuming that completeopt=popup does what its documentation claims, it
is more appropriate that completeopt=preview as a default.
This commit is contained in:
Justin M. Keyes
2025-03-15 06:07:21 -07:00
committed by GitHub
parent d8eec81560
commit 4662ad5643
5 changed files with 17 additions and 12 deletions

View File

@@ -1109,7 +1109,7 @@ vim.go.cia = vim.go.completeitemalign
--- combination with "menu" or "menuone".
---
--- @type string
vim.o.completeopt = "menu,preview"
vim.o.completeopt = "menu,popup"
vim.o.cot = vim.o.completeopt
vim.bo.completeopt = vim.o.completeopt
vim.bo.cot = vim.bo.completeopt