mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(rust): update rustaceanvim
The recommended version of rustaceanvim has changed to 5.x, which brings in a lot of improvements.
This commit is contained in:
parent
a1c3ec4cd4
commit
721270c5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ return {
|
|||
|
||||
{
|
||||
"mrcjkb/rustaceanvim",
|
||||
version = "^4", -- Recommended
|
||||
version = vim.fn.has("nvim-0.10.0") == 0 and "^4" or false,
|
||||
ft = { "rust" },
|
||||
opts = {
|
||||
server = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue