Releases: nvim-neorocks/rocks.nvim
Releases · nvim-neorocks/rocks.nvim
v2.32.1
2.32.1 (2024-06-29)
Bug Fixes
- api: use user rocks with preload hook modifications applied (#436) (4fb7896)
- health: do not produce duplicated messages when there are no errors in the
rocks.toml
file (cf2fdee)
v2.32.0
2.32.0 (2024-06-25)
Features
Bug Fixes
- prune: delegate to extensions' handlers (#400) (5a01433)
v2.31.3
2.31.3 (2024-06-19)
Bug Fixes
- update: set version of all installed rocks.toml entries (#382) (56460c8)
v2.31.2
2.31.2 (2024-06-19)
Bug Fixes
- runtime: make sure dependencies' rtp directories can be used (#394) (eba13e0)
v2.31.1
2.31.1 (2024-06-17)
Bug Fixes
- api: include
dev
rocks in query_luarocks_rocks
(#389) (06ea5e1)
v2.31.0
2.31.0 (2024-06-11)
Features
- config: add validation that luarocks binary is executable (09c93f1)
Bug Fixes
- fail silently if populating the rocks cache fails at startup (3fb4a06)
- luarocks.core.cfg not found when removing bootstrapped luarocks (483c61a)
v2.30.0
2.30.0 (2024-06-07)
Features
- manage luarocks installation as rockspec dependency (#340) (b74b36f)
Existing installations will have to unset vim.g.rocks_nvim.luarocks_binary
for this to take effect (Linux and macOS only).
v2.29.1
2.29.1 (2024-05-27)
Bug Fixes
- operations: always force reinstalls if rocks are already installed (#353) (8537f6a)
- tree-sitter: stop creating now redundant
rocks_rtp/parser
symlink (4e4ab38)