From 4e945f950f6f4bdb99df69c0af1e4d4ff088765d Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Wed, 10 Jul 2024 22:10:18 +0200 Subject: [PATCH] docs(readme): correction: merge -> extend --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65cbb44..58803c3 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,9 @@ Or > > You can use both `rocks.toml` entries and a Lua config to configure > your plugin specs. -> `rocks-lazy.nvim` will merge the resulting specs. +> `rocks-lazy.nvim` will extend[^2] the rocks.toml specs with the imported ones. + +[^2]: Duplicate specs in the Lua configs will overwrite existing ones. ## :electric_plug: `rocks-config` interoperability