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:
parent
af5cecec2d
commit
998d80ceb6
@ -1,7 +1,7 @@
|
|||||||
require("avante").setup({
|
require("avante").setup({
|
||||||
provider = "copilot",
|
provider = "copilot",
|
||||||
auto_suggestions_provider = "claude",
|
|
||||||
web_search_engine = {
|
web_search_engine = {
|
||||||
provider = "tavily",
|
provider = "tavily",
|
||||||
},
|
},
|
||||||
|
hints = { enabled = false },
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user