Releases: lukas-reineke/headlines.nvim
Releases · lukas-reineke/headlines.nvim
Version 5.0.0
BREAKING CHANGE
- Use a more commonly supported character for fat_headline_lower_string by @davidstosik in #89
New Contributors
- @davidstosik made their first contribution in #89
Full Changelog: v4.0.2...v5.0.0
Version 4.0.2
What's Changed
- Improve support for variable bullet lengths by @f4z3r in #93
- fix: support
Query:iter_matches
changes in upstream neovim by @PriceHiller in #94
New Contributors
Full Changelog: v4.0.1...v4.0.2
Version 4.0.1
What's Changed
- fix: ensure fat headlines are not shifted by conflicting extmarks by @PriceHiller in #70
- chore: update org headline highlight gropups by @lukas-reineke in #72
New Contributors
- @PriceHiller made their first contribution in #70
Full Changelog: v4.0.0...v4.0.1
Version 4.0.0
What's Changed
- feat: add support for bullets by @lukas-reineke in #65
Breaking Changes
Bullets are turned on by default.
If you do not want them, set :help headlines-bullets
to an empty table.
Full Changelog: v3.3.4...v4.0.0
Version 3.3.4
Version 3.3.3
Version 3.3.2
What's Changed
- Use vim.treesitter.query.parse_query by @snelling-a in #51
New Contributors
- @snelling-a made their first contribution in #51
Full Changelog: v3.3.1...v3.3.2
Version 3.3.1
What's Changed
- Add treesitter dependencies in README and support lazy loading by @boltlessengineer in #49
New Contributors
- @boltlessengineer made their first contribution in #49
Full Changelog: v3.3.0...v3.3.1
Version 3.3.0
- Add
fat_headline_upper_string
- Add
fat_headline_lower_string
Version 3.2.2
- Fix setup without config table