From 8a3d5f30ecc9069fc30c64f16aa105d18b723ec4 Mon Sep 17 00:00:00 2001 From: yetone Date: Thu, 19 Sep 2024 20:06:19 +0800 Subject: [PATCH] fix: use global statusline (#607) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 303353fae..3a33b1dc3 100644 --- a/README.md +++ b/README.md @@ -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