avante changed how to disable the selection hint

This commit is contained in:
George Guimarães 2025-09-15 10:51:32 -03:00
parent 827db1fc7e
commit d2149ad3ec
No known key found for this signature in database
GPG key ID: 20E86F6F5FC22FA7

View file

@ -7,8 +7,8 @@ return {
version = false, version = false,
opts = { opts = {
provider = "copilot", provider = "copilot",
hints = { selection = {
enabled = false, hint_display = "none",
}, },
}, },
dependencies = { dependencies = {