lukas-reineke / indent-blankline.nvim

Indent guides for Neovim
MIT License
4.07k stars 102 forks source link

fix: remove starlark top level scope #820

Closed Danielkonge closed 8 months ago

Danielkonge commented 8 months ago

From what I can tell this change should have been included in https://github.com/lukas-reineke/indent-blankline.nvim/commit/9301e434dd41154ffe5c3d5b8a5c9acd075ebeff since module seems to be the top level scope in starlark.

Danielkonge commented 8 months ago

I noticed another problem, I will make a combined pull request with that too instead of this.