chore(docs): update notes specific for Lua (#768)
This commit is contained in:
parent
5c02a5d846
commit
6e2065643d
@ -157,13 +157,13 @@ require('avante').setup ({
|
|||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
>
|
>
|
||||||
> For `avante.tokenizers` and templates to work, make sure to call `require('avante_lib').load()` somewhere when entering the editor.
|
> 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)
|
> 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]
|
> [!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.
|
> `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
|
> ```lua
|
||||||
> {
|
> {
|
||||||
> "MeanderingProgrammer/render-markdown.nvim",
|
> "MeanderingProgrammer/render-markdown.nvim",
|
||||||
> opts = {
|
> opts = { file_types = { "markdown", "Avante" } },
|
||||||
> file_types = { "markdown", "Avante" },
|
|
||||||
> },
|
|
||||||
> ft = { "markdown", "Avante" },
|
> ft = { "markdown", "Avante" },
|
||||||
> }
|
> }
|
||||||
> ```
|
> ```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user