1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-04-01 19:39:49 +00:00

[neovim] Disable Avante's hints on visual mode

This commit is contained in:
Daniel Carrillo 2025-02-08 18:14:49 +01:00
parent af5cecec2d
commit 998d80ceb6
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -1,7 +1,7 @@
require("avante").setup({
provider = "copilot",
auto_suggestions_provider = "claude",
web_search_engine = {
provider = "tavily",
},
hints = { enabled = false },
})