release/0.4.2 #11

Merged
nvrl merged 5 commits from release/0.4.2 into main 2026-03-17 14:33:35 +01:00
Showing only changes of commit 01a7bd44b7 - Show all commits

View File

@@ -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