fix(hint): correct variable and setup on init (#82)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-08-19 05:11:38 -04:00
committed by GitHub
parent 1aad15d33d
commit 7e6705c0b1
4 changed files with 5 additions and 10 deletions

View File

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