doc: fix url in the import example
parent
bf963e67ab
commit
d9ba9c8232
|
|
@ -79,7 +79,7 @@ inputs.sloth-flake.url = "github:lemarsu/sloth-flake.nvim";
|
||||||
You can give a specific version:
|
You can give a specific version:
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
inputs.sloth-flake.url = "github:lemarsu/sloth-flake.nvim?ref=0.0.5";
|
inputs.sloth-flake.url = "github:lemarsu/sloth-flake.nvim?tag=0.0.5";
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue