Skip to content

Commit 8535680

Browse files
committed
chore: v0.6.0 release
1 parent 94629ec commit 8535680

File tree

5 files changed

+727
-5
lines changed

5 files changed

+727
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lua require('crates').setup()
6969
</details>
7070

7171
## [Documentation](https://github.com/Saecki/crates.nvim/wiki)
72-
- [Stable](https://github.com/Saecki/crates.nvim/wiki/Documentation-v0.5.0)
72+
- [Stable](https://github.com/Saecki/crates.nvim/wiki/Documentation-v0.6.0)
7373
- [Unstable](https://github.com/Saecki/crates.nvim/wiki/Documentation-unstable)
7474

7575
## Related projects

docgen/templates/README.md.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lua require('crates').setup()
6969
</details>
7070

7171
## [Documentation](https://github.com/Saecki/crates.nvim/wiki)
72-
- [Stable](https://github.com/Saecki/crates.nvim/wiki/Documentation-v0.5.0)
72+
- [Stable](https://github.com/Saecki/crates.nvim/wiki/Documentation-v0.6.0)
7373
- [Unstable](https://github.com/Saecki/crates.nvim/wiki/Documentation-unstable)
7474

7575
## Related projects

docgen/wiki/Documentation-v0.5.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Change the following:
3737
+ completion = {
3838
...
3939
}
40-
}
40+
}
4141
```
4242

4343
## `nvim-cmp` source registration
@@ -50,7 +50,7 @@ When using `nvim-cmp` and *NOT* the [in-process language server](#in-process-lan
5050
+ enabled = true,
5151
}
5252
}
53-
}
53+
}
5454
```
5555
If you have `autoload` disabled you'll have to call it's setup manually:
5656
```lua

0 commit comments

Comments
 (0)