chore(avante): disable hints

This commit is contained in:
Simon Lasbrugnas 2024-12-06 23:02:01 +01:00
parent fcfb871a79
commit d379339823
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -3,6 +3,7 @@ return {
lazy = false,
priority = 10,
opts = {
hints = { enabled = false },
mappings = {
submit = {
insert = "<C-s>"
@ -38,6 +39,6 @@ return {
},
keys = {
{ "<leader>at", "<cmd>AvanteToggle<CR>", desc = "Toggle Avante" },
{ "<leader>af", "<cmd>AvanteFocus<CR>", desc = "Focus Avante" },
{ "<leader>af", "<cmd>AvanteFocus<CR>", desc = "Focus Avante" },
}
}