Skip to content

Commit

Permalink
fix: use global statusline (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Sep 19, 2024
1 parent 8fa2757 commit 8a3d5f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
> [!NOTE]
>
> Recommended **Neovim** options:
>
> ```lua
> -- views can only be fully collapsed with the global statusline
> vim.opt.laststatus = 3
> [!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
Expand Down

0 comments on commit 8a3d5f3

Please sign in to comment.