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:
André Cruz 2024-09-22 12:00:12 +01:00
parent a1c3ec4cd4
commit 721270c5c8
No known key found for this signature in database
GPG key ID: A9ED80BE0FBB95F6

View file

@ -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 = {