Skip to content

Releases: nvim-neorocks/rocks-config.nvim

v3.1.0

23 Nov 08:04
0c883a2
Compare
Choose a tag to compare

3.1.0 (2024-11-23)

Features

  • support .lua and -lua suffixes for main module detection (#75) (95d02b6)

v3.0.0

16 Sep 11:20
26a12b8
Compare
Choose a tag to compare

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

10 Sep 04:48
a66ea94
Compare
Choose a tag to compare

2.3.1 (2024-09-10)

Bug Fixes

  • vimdoc: remove .nvim suffix (90330cd)

v2.3.0

10 Sep 04:42
9d956da
Compare
Choose a tag to compare

2.3.0 (2024-09-10)

Features

v2.2.0

29 Jul 12:57
cb7caef
Compare
Choose a tag to compare

2.2.0 (2024-07-29)

Features

  • override auto_setup per plugin via a boolean config field (a8a6862)

v2.1.5

27 Jul 09:49
9584bd5
Compare
Choose a tag to compare

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

11 Jul 15:58
df88010
Compare
Choose a tag to compare

2.1.4 (2024-07-11)

Bug Fixes

  • bundles: handle load failures gracefully (#58) (a28b018)

v2.1.3

05 Jul 16:19
59b9861
Compare
Choose a tag to compare

2.1.3 (2024-07-05)

Bug Fixes

  • allow extensions like rocks-lazy to hook into loading (#56) (778c6a7)

v2.1.2

02 Jul 07:01
6e07dbc
Compare
Choose a tag to compare

2.1.2 (2024-07-02)

Bug Fixes

  • deps: bump rocks.nvim minimum version constraint (#54) (16f5283)

v2.1.1

25 Jun 20:07
dc97a49
Compare
Choose a tag to compare

2.1.1 (2024-06-25)

Bug Fixes

  • attempt to index nil if [rocks] is not set. (#50) (c4527e0), closes #49