rocks.nvim

Neovim plugin management inspired by Cargo, powered by luarocks

GPL-3.0 License

Stars
312
Committers
16

Bot releases are visible (Hide)

rocks.nvim - v2.38.2 Latest Release

Published by mrcjkb about 2 months ago

2.38.2 (2024-08-24)

Bug Fixes

rocks.nvim - v2.38.1

Published by mrcjkb about 2 months ago

2.38.1 (2024-08-24)

Bug Fixes

  • windows: several terminal windows popping up (#514) (a1c4beb)
rocks.nvim - v2.38.0

Published by mrcjkb about 2 months ago

2.38.0 (2024-08-22)

Features

  • api: emit user events for cache updates (#500) (4b56808)
rocks.nvim - v2.37.1

Published by mrcjkb about 2 months ago

2.37.1 (2024-08-19)

Bug Fixes

  • windows: use junctions instead of symlinks (#509) (9374140)
rocks.nvim - v2.37.0

Published by mrcjkb 2 months ago

2.37.0 (2024-08-11)

Features

  • trigger RocksInstallPost user event after install/update (#498) (7994116)
  • update remote plugins after install/update (#485) (3218e4f)
rocks.nvim - v2.36.1

Published by mrcjkb 3 months ago

2.36.1 (2024-07-23)

Bug Fixes

  • sync/update: plugins not found warnings at startup (3739621)

Performance Improvements

  • sync/update: redundant site symlink validations (fcc6463)
rocks.nvim - v2.36.0

Published by mrcjkb 3 months ago

2.36.0 (2024-07-16)

Features

  • update: :Rocks update {rock} alias for individual rocks (#468) (5d0db60)
rocks.nvim - v2.35.2

Published by mrcjkb 3 months ago

2.35.2 (2024-07-14)

Bug Fixes

  • health: fix external dependency checks (4ae93ef)
  • synchronize all luarocks CLI invocations (#474) (4a9c276)
rocks.nvim - v2.35.1

Published by mrcjkb 3 months ago

2.35.1 (2024-07-09)

Bug Fixes

  • external sync actions not running (#469) (235c7df)
  • install: add newly installed opt plugins to the rtp (54a5cfd)
rocks.nvim - v2.35.0

Published by mrcjkb 3 months ago

2.35.0 (2024-07-05)

Features

  • install: add breaking change check for Rocks install {rock} (91431b4)
  • install: skip prompts with Rocks! install (46f154a)
  • support extending the default luarocks config with a table (00014a8)
  • update: prompt to install breaking changes (6be3fe5)
rocks.nvim - v2.34.0

Published by mrcjkb 4 months ago

2.34.0 (2024-07-03)

Features

  • install: Error if trying to install lua rocks by owner/repo (#445) (36041f2)
  • log: trace luarocks_config path (#450) (c3b0297)
  • rocks.toml: support specifying extra luarocks install_args (#442) (ca44f7b)
rocks.nvim - v2.33.0

Published by mrcjkb 4 months ago

2.33.0 (2024-07-02)

Features

  • health: check for nvim-treesitter conflicts (#447) (170a1b0)
  • install: improve 'dev' version search prompt (#446) (7b454ba)

Bug Fixes

  • prune: need to prune twice for rocks-git to remove plugin (#451) (f8edb17)
rocks.nvim - v2.32.1

Published by mrcjkb 4 months ago

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)
rocks.nvim - v2.32.0

Published by mrcjkb 4 months ago

2.32.0 (2024-06-25)

Features

Bug Fixes

  • prune: delegate to extensions' handlers (#400) (5a01433)
rocks.nvim - v2.31.3

Published by mrcjkb 4 months ago

2.31.3 (2024-06-19)

Bug Fixes

  • update: set version of all installed rocks.toml entries (#382) (56460c8)
rocks.nvim - v2.31.2

Published by mrcjkb 4 months ago

2.31.2 (2024-06-19)

Bug Fixes

  • runtime: make sure dependencies' rtp directories can be used (#394) (eba13e0)
rocks.nvim - v2.31.1

Published by mrcjkb 4 months ago

2.31.1 (2024-06-17)

Bug Fixes

  • api: include dev rocks in query_luarocks_rocks (#389) (06ea5e1)
rocks.nvim - v2.31.0

Published by mrcjkb 4 months ago

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)
rocks.nvim - v2.30.1

Published by mrcjkb 4 months ago

2.30.1 (2024-06-10)

Bug Fixes

  • luarocks: set LUA_PATH and LUA_CPATH (#374) (a7de46b)
rocks.nvim - v2.30.0

Published by mrcjkb 4 months ago

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.