Closed Oneechan69 closed 1 month ago
What does that have to do with the plugin manager? Read the documentation of edgy.nvim
and aerial.nvim
and make an issue there. There might even be incompatibility between the 2 plugins. That's not necessarily a bug.
Oh I accidentally posted it here, now I posted in in the right repo: https://github.com/folke/edgy.nvim/issues/113
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