Small update

This commit is contained in:
2025-09-11 13:34:06 +02:00
parent 0f3f5aed87
commit 276d0a89af
2 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
return {
"mrcjkb/rustaceanvim",
version = "^5", -- Recommended
lazy = false, -- This plugin is already lazy
config = function()
vim.g.rustaceanvim = {
@@ -11,9 +10,9 @@ return {
end,
default_settings = {
["rust-analyzer"] = {
cargo = {
allFeatures = true,
},
-- cargo = {
-- allFeatures = true,
-- },
inlayHints = {
parameterHints = {
enable = false,