lukas-reineke / indent-blankline.nvim

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

Scope index is broken #860

Open lukas-reineke opened 3 months ago

lukas-reineke commented 3 months ago

indent.get does not return the correct whitespace_tbl for space indent.

alextricity25 commented 2 months ago

Could this cause the scope feature to not work at all? I just migrated from v2 by installing the latest version of v3 and noticed that the scope feature isn't working. I have Treesitter installed, and the lua language parser, but still no scope.

image
lukas-reineke commented 2 months ago

Could this cause the scope feature to not work at all?

No, scope itself works fine. In your screenshot you are not in any scope. Please read :help ibl.config.scope, that should make it clear.