Open Oneechan69 opened 1 month ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1725453128
Operating system/version
macOS 15.1 Beta
Describe the bug
When I open Nvim, Aerial is focused and when I focus on the file, the height reduces. I looked through the documentations of those three plugins but can't figure out what is going on. The issue doesn't occur when do any of the following:
vim.cmd("Neotree buffers")
withvim.cmd("copen")
attach_mode = "global"
from Aerial config (refer to config below), but I want to keep it. The setting makes it render an outline for the currently focused file.Steps To Reproduce
repro.lua
nvim -u repro.lua "blank.md"
Expected Behavior
The window doesn't resize automatically
Repro