You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The response chat area gets smaller (while input textarea gets bigger) and stays smaller after each consecutive opening of neotree (or split window in an avante pane). It happens when avante chat is placed at bottom edge of neovim. Kinda anoying cuz you need to reopen the avante each time you use neotree.
To reproduce
:AvanteAsk
:Neotree
Expected behavior
Open neotree
Avante resizes
Close neotree
Avante resizes back
Installation method
Use lazy.nvim:
{
"yetone/avante.nvim",
event="VeryLazy",
lazy=false,
version=false, -- set this if you want to always pull the latest changeopts= {
windows= {
position='bottom',
wrap=true,
width=30,
min_height=10, -- Minimum height to prevent squeezingsidebar_header= {
enabled=true,
align='left',
},
},
},
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`build="make",
-- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windowsdependencies= {
"nvim-treesitter/nvim-treesitter",
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
},
}
Describe the bug
The response chat area gets smaller (while input textarea gets bigger) and stays smaller after each consecutive opening of neotree (or split window in an avante pane). It happens when avante chat is placed at bottom edge of neovim. Kinda anoying cuz you need to reopen the avante each time you use neotree.
To reproduce
Expected behavior
Installation method
Use lazy.nvim:
Environment
Platform: Arch
Neovim: 0.10.2
Repro
The text was updated successfully, but these errors were encountered: