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.