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
Filetype: markdown
Configured backends:
treesitter (supported) (attached)
lsp (supported)
markdown (supported)
asciidoc (not supported) [Filetype is not asciidoc]
man (not supported) [Filetype is not man]
Show symbols: Class, Constructor, Enum, Function, Interface, Module, Method, Struct
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:
I take out any of those three plugins: when Neotree and Aerial open without Edgy, and when Edgy just opens either Neotree or Aerial.
When I replace vim.cmd("Neotree buffers") with vim.cmd("copen")
When I just take out 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.
Neovim version (nvim -v)
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1725453128
Operating system/version
macOS 15.1 Beta
Output of :AerialInfo
Aerial Info
Filetype: markdown
Configured backends:
treesitter (supported) (attached)
lsp (supported)
markdown (supported)
asciidoc (not supported) [Filetype is not asciidoc]
man (not supported) [Filetype is not man]
Show symbols: Class, Constructor, Enum, Function, Interface, Module, Method, Struct
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.What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
repro.lua
nvim -u repro.lua "blank.md"
Expected Behavior
The window doesn't resize automatically
Minimal example file
(a blank .md file)
Minimal init.lua
Additional context
No response
The text was updated successfully, but these errors were encountered: