feat(ui): add config to turn off hints popup (#75)

This commit is contained in:
Yuexun
2024-08-19 12:40:33 +10:00
committed by GitHub
parent 2700cad921
commit 29dabc4768
3 changed files with 15 additions and 0 deletions

View File

@@ -138,6 +138,10 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
---@type string | fun(): any
list_opener = "copen",
},
--- @class AvanteHintsConfig
hints = {
enbaled = true,
}
}
```