25.8.0 (2025-05-27)
Features
- gx: Added option to disable
gx
mapping (a9584cd), closes #346 - markdown: Added option to make table parsing strict (68c9603), closes #349
- presets: Added a preset for regular font users (b88d735), closes #350
Bug Fixes
- blink: Updated condition for blink.cmp source (e966d1f)
- cmp, blink: Fixed an issue with completion sources not loading (183c0ed), closes #351
- cmp: Updated condition for nvim-cmp source (e966d1f)
- core: Minor load time improvements (91e9a51)
- core: Reduced initial load time of parsers & renderers (caa689a)
- filetypes: Added support for
shell
filetype (165121d) - hl: Colorscheme highlight groups are now respected: (23f8bda)
- hl: Fixed how highlight group definition is checked (cd47dc5)
- icons: Fixed option to disable icons (1aa42c9), closes #350
- list_items: Fixed incorrect character for list item markers (2089a0f)
- markdown: Fixed variable name for table rows (8bac6e9)
- renderer: Fixed a bug with renderers not working (f0a6f99)
- spec: Minor load time improvement when calling
setup()
(11e2cc3) - ts_directive: Tree-sitter directive is no longer lazy loaded (03687b5), closes #347