mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
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:
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user