mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 03:58:32 +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:
@@ -1483,7 +1483,7 @@ local options = {
|
||||
{
|
||||
abbreviation = 'cot',
|
||||
cb = 'did_set_completeopt',
|
||||
defaults = 'menu,preview',
|
||||
defaults = 'menu,popup',
|
||||
values = {
|
||||
'menu',
|
||||
'menuone',
|
||||
|
Reference in New Issue
Block a user