Skip to content

Tags: lukas-reineke/indent-blankline.nvim

Tags

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: don't add extra indent for lines with whitespace only (#982)

fix #987

v3.8.8

Toggle v3.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix inlay hint scope underline (#980)

Neovim 11 has changed the inlay hint namespace name.

v3.8.7

Toggle v3.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: inlay hint refresh (#966)

v3.8.6

Toggle v3.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add Nim to scope languages (#951)

v3.8.5

Toggle v3.8.5's commit message
style: run `stylua`

v3.8.4

Toggle v3.8.4's commit message
fix: leadmultispace and multispace

fix #939

v3.8.3

Toggle v3.8.3's commit message
feat: use faster version of validate if available

v3.8.2

Toggle v3.8.2's commit message
fix: don't allow empty scope

There seems to be a bug in treesitter that allows an infinite loop of
node parents, if the node is empty.
IBL doesn't care about the node if it's empty anyway, so we can just
ignore them.

fix #930

v3.8.1

Toggle v3.8.1's commit message
fix: scope logic with unknown language

If the language is not listed in the languages "officially" supported by
ibl, `scope[lang]` is `nil`.

v3.8.0

Toggle v3.8.0's commit message
feat: Support user defined scope languages

Node types for languages defined in `:help ibl.config.scope.include.node_type`
will work, even if the language does not have support out of the box.

fix #926