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

[neovim] Disable Avante's hints on visual mode

This commit is contained in:
2025-02-08 18:14:49 +01:00
parent af5cecec2d
commit 998d80ceb6

View File

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