lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
3.98k stars 99 forks source link

attemp to call method 'flatten' (a nil value) #896

Closed 4t8dd closed 1 month ago

4t8dd commented 1 month ago

Problem

Screenshot 2024-06-20 at 10 11 55 AM

Steps to reproduce

I use latest nvim and lazyvim.

Expected behavior

everything works well.

Neovim version (nvim -v)

0.10

lukas-reineke commented 1 month ago

I use latest nvim

I don't think you are. flatten is available in both stable 0.10 and nightly. Please make sure your Neovim version is actually up to date.

4t8dd commented 1 month ago

Oh, I think so. just confirm:

NVIM v0.10.0-dev-1025+g0e11bf0e1

No wonder I got many issues these days. I will have the stable version.