Releases: nvim-neorocks/rocks-config.nvim
Releases · nvim-neorocks/rocks-config.nvim
v3.1.0
3.1.0 (2024-11-23)
Features
- support
.lua
and -lua
suffixes for main module detection (#75) (95d02b6)
v3.0.0
3.0.0 (2024-09-16)
⚠ BREAKING CHANGES
- don't load bundles with
opt
items, add api for loading them (#61)
Features
- don't load bundles with
opt
items, add api for loading them (#61) (41c08bf)
v2.3.1
2.3.1 (2024-09-10)
Bug Fixes
- vimdoc: remove .nvim suffix (90330cd)
v2.3.0
2.3.0 (2024-09-10)
Features
v2.2.0
2.2.0 (2024-07-29)
Features
- override
auto_setup
per plugin via a boolean config
field (a8a6862)
v2.1.5
2.1.5 (2024-07-27)
Bug Fixes
- auto-setup: don't error if
setup
fails (a836ed5)
- don't error if loading
plugins.<plugin>.config
fails (c595eea)
v2.1.4
2.1.4 (2024-07-11)
Bug Fixes
- bundles: handle load failures gracefully (#58) (a28b018)
v2.1.3
2.1.3 (2024-07-05)
Bug Fixes
- allow extensions like rocks-lazy to hook into loading (#56) (778c6a7)
v2.1.2
2.1.2 (2024-07-02)
Bug Fixes
- deps: bump rocks.nvim minimum version constraint (#54) (16f5283)
v2.1.1
2.1.1 (2024-06-25)
Bug Fixes
- attempt to index
nil
if [rocks]
is not set. (#50) (c4527e0), closes #49