lukas-reineke / headlines.nvim

This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
MIT License
699 stars 28 forks source link

Scrolling in markdown file leads to neovim exit with error code -134 #78

Closed LinoWhy closed 6 months ago

LinoWhy commented 6 months ago

First of all, thanks for developing headlines (and also indent-blankline)! These two are the must-have plugins in my neovim configuration.

Occasionally I find a bug with headline related. Trigger buffer scolling with control-f, makes neovim exit with error code -134. image

The problem only occurs if I running neovim nightly pre-release, with headline.nvim enabled. Works without error for:

lukas-reineke commented 6 months ago

Can reproduce, it's a bug in Neovim I opened a ticket https://github.com/neovim/neovim/issues/28290

lukas-reineke commented 6 months ago

Fixed in core, closing