Releases: lukas-reineke/indent-blankline.nvim
Releases Β· lukas-reineke/indent-blankline.nvim
Version 3.8.5
What's Changed
- fix: correct copy-pasta in config.indent validation by @wincent in #943
- refactor: remove redundant conditional by @wincent in #942
Full Changelog: v3.8.4...v3.8.5
Version 3.8.4
What's Changed
- fix: leadmultispace and multispace by @lukas-reineke in #940
Full Changelog: v3.8.3...v3.8.4
Version 3.8.3
What's Changed
- feat: use faster version of
vim.validate
if available by @MariaSolOs in #934
Full Changelog: v3.8.2...v3.8.3
Version 3.8.2
What's Changed
- fix: don't allow empty scope by @lukas-reineke in #931
Full Changelog: v3.8.1...v3.8.2
Version 3.8.1
Version 3.8.0
What's Changed
- chore: Add lazy module to readme by @lukas-reineke in #914
- fix(php): anonymous_function_creation_expression replaced with anonymous_function by @ALameLlama in #918
- chore: add doc/tags to .gitignore by @liskin in #919
- feat: Support user defined scope languages by @lukas-reineke in #927
New Contributors
- @ALameLlama made their first contribution in #918
- @liskin made their first contribution in #919
Full Changelog: v3.7.2...v3.8.0
Version 3.7.2
Version 3.7.1
What's Changed
- fix: use
strwidth
instead ofstrdisplaywidth
by @lukas-reineke in #903
Full Changelog: v3.7.0...v3.7.1
Version 3.7.0
What's Changed
- feat: support empty foldtext in nvim 0.10 by @lukas-reineke in #902
Full Changelog: v3.6.3...v3.7.0
Version 3.6.3
What's Changed
- fix: tab indent calc with mixed tabs and spaces by @lukas-reineke in #899
Full Changelog: v3.6.2...v3.6.3