From 01a7bd44b741aca90dd914c095b60d6c8ddbed0e Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Tue, 17 Mar 2026 13:40:01 +0100 Subject: [PATCH] updated nvim readme desc --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6677834..92f6ba3 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,13 @@ cargo build --release ``` ### Neovim Plugin -If you use a plugin manager like `lazy.nvim`, you can add the local repository (or remote once published) directly: +If you use a plugin manager like `mini.deps`, you can add the repository directly: ```lua -{ - "username/mould", -- replace with actual repo path or github url - config = function() - -- Provides the :Mould command - end -} +add({ + source = 'https://git.narl.io/nvrl/mould-rs', + checkout = 'main', +}) ``` ## Usage @@ -123,4 +121,4 @@ tree_depth_4 = "#fab387" ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.