chore(docs): update notes specific for Lua (#768)

This commit is contained in:
Aaron Pham 2024-10-29 00:55:59 -04:00 committed by GitHub
parent 5c02a5d846
commit 6e2065643d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,13 +157,13 @@ require('avante').setup ({
})
```
</details>
> [!IMPORTANT]
>
> For `avante.tokenizers` and templates to work, make sure to call `require('avante_lib').load()` somewhere when entering the editor.
> We will leave the users to decide where it fits to do this, as this varies among configurations. (But we do recommend running this after where you set your colorscheme)
</details>
> [!IMPORTANT]
>
> `avante.nvim` is currently only compatible with Neovim 0.10.1 or later. Please ensure that your Neovim version meets these requirements before proceeding.
@ -185,9 +185,7 @@ require('avante').setup ({
> ```lua
> {
> "MeanderingProgrammer/render-markdown.nvim",
> opts = {
> file_types = { "markdown", "Avante" },
> },
> opts = { file_types = { "markdown", "Avante" } },
> ft = { "markdown", "Avante" },
> }
> ```