rust analyzer works again

This commit is contained in:
2024-07-31 07:19:44 -05:00
parent cbe3db74f4
commit 5c2a34ed4c
5 changed files with 66 additions and 1 deletions
+7
View File
@@ -103,6 +103,13 @@ function M.install_plugins()
-- C#
use("jlcrochet/vim-razor")
-- RUST
use({
"mrcjkb/rustaceanvim",
version = "^5", -- Recommended
lazy = false, -- This plugin is already lazy
})
end)
end