Small update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user