updated nvim readme desc
All checks were successful
Version Check / check-version (pull_request) Successful in 4s
All checks were successful
Version Check / check-version (pull_request) Successful in 4s
This commit is contained in:
12
README.md
12
README.md
@@ -32,15 +32,13 @@ cargo build --release
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Neovim Plugin
|
### 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
|
```lua
|
||||||
{
|
add({
|
||||||
"username/mould", -- replace with actual repo path or github url
|
source = 'https://git.narl.io/nvrl/mould-rs',
|
||||||
config = function()
|
checkout = 'main',
|
||||||
-- Provides the :Mould command
|
})
|
||||||
end
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user