3.1.0 (2024-11-23)
3.0.0 (2024-09-16)
- don't load bundles with
opt
items, add api for loading them (#61)
2.3.1 (2024-09-10)
- vimdoc: remove .nvim suffix (90330cd)
2.3.0 (2024-09-10)
2.2.0 (2024-07-29)
- override
auto_setup
per plugin via a booleanconfig
field (a8a6862)
2.1.5 (2024-07-27)
- auto-setup: don't error if
setup
fails (a836ed5) - don't error if loading
plugins.<plugin>.config
fails (c595eea)
2.1.4 (2024-07-11)
2.1.3 (2024-07-05)
2.1.2 (2024-07-02)
2.1.1 (2024-06-25)
2.1.0 (2024-06-25)
2.0.1 (2024-06-25)
2.0.0 (2024-06-19)
- support lazy-loading plugin configs
- support lazy-loading plugin configs (e872069)
1.6.0 (2024-05-18)
- add plugin bundles (5a35dd2)
- put bundles under separate namespace, allow
config
to also take a string, make bundles nested tables instead of a list (1ec13ab) - show error when a bundle has an invalid plugin (ec975bf)
1.5.0 (2024-04-19)
- allow
config = false
inrocks.toml
(7a3f813) - avoid crashing and log errors (#34) (0f1183a)
- detect duplicate configs and warn user (#33) (d66b808)
1.4.0 (2024-04-09)
- add
options
table (51dfc03)
- avoid loading configs twice (#30) (d787b88)
- set options before setting plugin configurations (024ad6b)
1.3.1 (2024-04-06)
1.3.0 (2024-04-06)
- only search
package.preloaded
andpackage.path
for configs (110ffdd)
1.2.3 (2024-03-20)
1.2.2 (2024-02-29)
- run plugin configurations after the whole configuration has executed (f9c46aa)
1.2.1 (2024-02-05)
- plugin: prevent sourcing more than once (cca36f3)
1.2.0 (2023-12-18)
- add
config = { ... }
andconfig = true
support for individual plugins (f484247)
1.1.2 (2023-12-18)
- don't run setup() function if it is invoked without correct parameters (abb374c)
- ensure
user_configuration
is a table (ec026f7)
1.1.1 (2023-12-18)
- setup() not found error (a92809b)
1.1.0 (2023-12-18)
- add auto_setup option (c298f1d)
1.0.1 (2023-12-14)
- initial commit (5d6e75c)