mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(rust): update rustaceanvim (#4477)
The recommended version of rustaceanvim has changed to 5.x, which brings in a lot of improvements. ## Description Version 5.x of rustaceanvim has a lot of improvements over 4.x, and is the recommended version according to its maintainer. ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.
This commit is contained in:
parent
b110550393
commit
04515b1399
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ return {
|
||||||
|
|
||||||
{
|
{
|
||||||
"mrcjkb/rustaceanvim",
|
"mrcjkb/rustaceanvim",
|
||||||
version = "^4", -- Recommended
|
version = vim.fn.has("nvim-0.10.0") == 0 and "^4" or false,
|
||||||
ft = { "rust" },
|
ft = { "rust" },
|
||||||
opts = {
|
opts = {
|
||||||
server = {
|
server = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue