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.29.2

Published by mrcjkb 5 months ago

2.29.2 (2024-05-30)

Bug Fixes

  • sync/ui: progess ui displayed forever (#360) (629b37b)
rocks.nvim - v2.29.1

Published by mrcjkb 5 months ago

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

Published by mrcjkb 5 months ago

2.29.0 (2024-05-21)

Features

  • allow overriding luarocks config (#334) (02f77e8)
  • log: include error messages reported in UI (#322) (0a85746)

Bug Fixes

  • operations: race conditions when running commands concurrently (269bbf3)
  • sync: prune all rocks that can be pruned in a single sweep (#305) (e6c2080)
  • wait for writing rocks.toml to complete where possible (37924fa)

Performance Improvements

  • replace vim.g with _G in init check (509e872)

Reverts

  • replace vim.g with _G in init check (27912ea)
rocks.nvim - v2.28.0

Published by mrcjkb 5 months ago

2.28.0 (2024-05-16)

Features

  • replace nightly requirement with Neovim >= 0.10.0 (db09871)
rocks.nvim - v2.27.1

Published by mrcjkb 5 months ago

2.27.1 (2024-05-06)

Bug Fixes

  • operations: error if 'rocks' or 'plugin' key missing in rocks.toml (#318) (45570ab)
rocks.nvim - v2.27.0

Published by mrcjkb 5 months ago

2.27.0 (2024-05-06)

Features

  • set log level to WARN (71446ce)
  • show "Run ':Rocks log' for details" tip when error occurs (f345607)

Bug Fixes

rocks.nvim - v2.26.0

Published by mrcjkb 6 months ago

2.26.0 (2024-04-25)

Features

  • deprecate rocks.api.source_runtime_dir (#297) (b93c313)
  • runtime: use built-in packadd and deprecate Rocks packadd (047b8f7)
rocks.nvim - v2.25.1

Published by mrcjkb 6 months ago

2.25.1 (2024-04-24)

Bug Fixes

  • sync: error when rocks.toml has no rocks or plugins entries (#295) (e74ffdd)
rocks.nvim - v2.25.0

Published by mrcjkb 6 months ago

2.25.0 (2024-04-24)

Features

  • ensure plugin runtime paths are available before rocks initialises (#285) (462379d)

Bug Fixes

  • ensure lowercase rock names (#288) (4d4b0a7)
  • update: don't update rocks that aren't in rocks.toml (c969b61)
rocks.nvim - v2.24.0

Published by mrcjkb 6 months ago

2.24.0 (2024-04-18)

Features

  • add bootstrap.lua script (e25027e)
  • add rest of installer code (8508e5a)
  • initial bootstrap.lua script (cd213f4)

Bug Fixes

  • access rocks_nvim instead of rocks_config (4fd4599)
  • broken/cut-off README (4acbe96)
  • duplicate variable names, proper fallback for luarocks_binary (e92c768)
  • set random seed to system time for reproducible clones (c4fadfb)
rocks.nvim - v2.23.0

Published by mrcjkb 6 months ago

2.23.0 (2024-04-18)

Features

rocks.nvim - v2.22.0

Published by mrcjkb 6 months ago

2.22.0 (2024-04-17)

Features

  • add version check to installer and plugin script (#277) (c54d6e2)
  • pin rocks to prevent updates (#278) (832c400)
rocks.nvim - v2.21.3

Published by mrcjkb 6 months ago

2.21.3 (2024-04-13)

Bug Fixes

  • installer: update package.cpath for all platforms (#271) (9cc0203)
rocks.nvim - v2.21.2

Published by mrcjkb 6 months ago

2.21.2 (2024-04-13)

Bug Fixes

  • runtime: append start plugins to rtp before calling preload hooks (#267) (f86ffe6)
rocks.nvim - v2.21.1

Published by mrcjkb 6 months ago

2.21.1 (2024-04-09)

Bug Fixes

  • loader: only enable luarocks loader for luarocks with lua 5.1 (772e828)
rocks.nvim - v2.21.0

Published by mrcjkb 6 months ago

2.21.0 (2024-04-07)

Features

  • keep log file in rocks_path (8b5e584)
rocks.nvim - v2.20.2

Published by mrcjkb 6 months ago

2.20.2 (2024-04-07)

Bug Fixes

  • dependencies: bump toml-edit to a working version (#251) (8ca5cfe)
rocks.nvim - v2.20.1

Published by mrcjkb 6 months ago

2.20.1 (2024-04-07)

Bug Fixes

  • loader: add entire luarocks lua path (#248) (0d041ec)
rocks.nvim - v2.20.0

Published by mrcjkb 7 months ago

2.20.0 (2024-04-03)

Features

  • install: support passing args, like opt=true (#236) (f4d25d9)
  • loader: support multiple versions of the same dependency (#227) (cb2be55)
rocks.nvim - v2.19.1

Published by mrcjkb 7 months ago

2.19.1 (2024-03-24)

Bug Fixes

  • completions: don't exclude dev versions in luarocks search (1c56f32)