Releases: nvim-neorocks/rocks.nvim
Releases · nvim-neorocks/rocks.nvim
v2.17.0
2.17.0 (2024-03-20)
Features
- api: introduce
preload
hooks for rocks.nvim extensions (#209) (ebaf92e)
- search rocks-binaries-dev server if version is dev or scm (#197) (11fe71a)
- sync: bootstrap external sync handlers and use them in one sync sweep (#211) (d6e9bda)
- update: reinstall
dev
rocks by default (#210) (de1c86c)
Bug Fixes
- async initialise + cleanup tree-sitter parser symlink (#202) (621337c)
- installer: missing comma (#206) (fb195f1)
- installer: Respect shell shebang of luarocks configure script (#200) (eaac7b1)
- remove unnecessary guards (#201) (e3b2e0d)
- sync: error when version in rocks.toml is
scm
or dev
(#193) (5244346)
Reverts
- set LUAROCKS_CONFIG to
nil
, not an empty string (821f5fe)
v2.16.0
2.16.0 (2024-03-15)
Features
- install: prompt to search dev version if rock not found (#191) (66d6e8a)
Bug Fixes
- install: add
--dev
flag if version is scm
(69921f1)
v2.15.0
2.15.0 (2024-03-13)
Features
- add support for tree-sitter parsers installed from luarocks (141e5f8)
- treesitter: set
TREE_SITTER_LANGUAGE_VERSION
(34996d8)
Bug Fixes
- install: don't
packadd
if installed rockspec is opt
(217ef32)
- installer: proper C lib file extension on darwin and windows (#186) (855d556)
- operations: ensure luarocks prioritizes rocks-binaries (de3cbb6)
v2.14.0
2.14.0 (2024-03-09)
Features
- completions: include dev versions in luarocks search (98ae8fc)
Bug Fixes
- installer: use
vim.o.sh
instead of 'sh'
(#179) (54b67ce)
Performance Improvements
- installer: Use
--filter=blob:none
when cloning luarocks (919541e)
Reverts
- installer: stay on old luarocks commit (#180) (6c0403a)
v2.13.1
2.13.1 (2024-03-02)
Bug Fixes
- invocation of invalid rtp sourcing function (073d8e5)
v2.13.0
2.13.0 (2024-03-02)
Features
- use the neorocks manifest as a fallback server (7e9cf5d)
Bug Fixes
v2.12.1
2.12.1 (2024-02-29)
Bug Fixes
- check that handler callbacks are set before trying to call them (02a2749)
v2.12.0
2.12.0 (2024-02-28)
Features
- api: ability to hook into
:Rocks install
and :Rocks update
(#165) (7f6e26f)
v2.11.0
2.11.0 (2024-02-23)
Features
- add support for
:checkhealth
(5b77337)
v2.10.0
2.10.0 (2024-02-23)
Features
- api: add
source_runtime_dir
(c47327b)