[go: up one dir, main page]

Skip to content

Tags: pshentsoff/indent-blankline.nvim

Tags

v3.5.2

Toggle v3.5.2's commit message
feat: add git_config to scope_languages

v3.5.1

Toggle v3.5.1's commit message
fix: highlight from extmark hook

fix lukas-reineke#814

v3.5.0

Toggle v3.5.0's commit message
feat: handle `breakindentopt` for repeat indent

v3.4.2

Toggle v3.4.2's commit message
fix: scope highlight from extmark hook

fix lukas-reineke#808

v3.4.1

Toggle v3.4.1's commit message
fix: scope start padding

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: move some scope calculations out of main loop (lukas-reineke#795)

fix: move some scope calculations out of main loop

v3.3.11

Toggle v3.3.11's commit message
refactor: change tbl_contains to direct check

v3.3.10

Toggle v3.3.10's commit message
refactor: debounce

There is a small race condition where this could lead the multiple calls
of refresh.

v3.3.9

Toggle v3.3.9's commit message
refactor: implement own version of vim.tbl_* without validate

Most of the vim.tbl_* functions internally validate the input. This can
be very expensive for hot loops.
This implements an internal version of those functions without
validation.

fix lukas-reineke#776

v3.3.8

Toggle v3.3.8's commit message
fix: foldtextresult for inactive buffer