rocks.nvim

Neovim plugin management inspired by Cargo, powered by luarocks

GPL-3.0 License

Stars
312
Committers
16

Bot releases are hidden (Show)

rocks.nvim - v2.19.0

Published by mrcjkb 7 months ago

2.19.0 (2024-03-23)

Features

  • api: install function for installing rocks with a callback (#217) (0df5915)
rocks.nvim - v2.18.0

Published by mrcjkb 7 months ago

2.18.0 (2024-03-21)

Features

rocks.nvim - v2.17.0

Published by mrcjkb 7 months ago

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)