Skip to content

Releases: lumen-oss/rocks-treesitter.nvim

v1.0.0

18 Jul 19:45
08599c5
Compare
Choose a tag to compare

1.0.0 (2024-07-18)

⚠ BREAKING CHANGES

  • skeleton for rewrite + add WIP notice

Features

  • add filetype to parser map. Get rid of broken ci workflow (33c988b)
  • add gen-rockspec.lua (73e3405)
  • add some filetype to parser mappings (7117034)
  • initial commit (37e890b)
  • initial implementation of auto highlight + auto install (5c145dc)
  • remove nvim-treesitter version constraint (029dde9)
  • skeleton for rewrite + add WIP notice (ab5fe60)
  • store previously declined installs (1ad2803)

Bug Fixes

  • auto_install: fall back to luarocks.org query if cache is not populated (c9ab744)
  • macos: parsers reinstalling when opening their filetype (6c1324f)
  • return early if rock is found in cache (7540153)
  • stop using deprecated Rocks packadd (09b24aa)
  • ui: proper usage of vim.fn.confirm (#17) (59903dc)