folke / lazy.nvim

💤 A modern plugin manager for Neovim
https://lazy.folke.io/
Apache License 2.0
14.04k stars 336 forks source link

bug: broken help file #1633

Closed konosubakonoakua closed 2 months ago

konosubakonoakua commented 2 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.10

Operating system/version

linuxmint latest

Describe the bug

lazy nvim help broken

Steps To Reproduce

search help file using telescope, open it. It is wrongly rendered. I am using lazy.nvim v11.10.4

Expected Behavior

rendered correctly

Repro

No response

max397574 commented 2 months ago

looking at recent commit history it seems like the past two days the thing was added and removed like 3 times idk why exactly, the commits didn't really touch this logic at all

folke commented 2 months ago

right, docs are built on the docs branch and then synched to main, but my generic ci also builds them on the main branch. Will fix...

folke commented 2 months ago

This is now fixed https://github.com/folke/lazy.nvim/actions/runs/9859867908