fix: use global statusline (#607)

This commit is contained in:
yetone 2024-09-19 20:06:19 +08:00 committed by GitHub
parent 8fa2757e1b
commit 8a3d5f30ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,6 +168,14 @@ require('avante').setup ({
> >
> `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.
> [!NOTE]
>
> Recommended **Neovim** options:
>
> ```lua
> -- views can only be fully collapsed with the global statusline
> vim.opt.laststatus = 3
> [!NOTE] > [!NOTE]
> >
> `render-markdown.nvim` is an optional dependency that is used to render the markdown content of the chat history. Make sure to also include `Avante` as a filetype > `render-markdown.nvim` is an optional dependency that is used to render the markdown content of the chat history. Make sure to also include `Avante` as a filetype