Update config / Update nvui to 3.0

This commit is contained in:
Alessandro
2024-10-09 11:39:42 +02:00
parent 30874243c9
commit 72d4f759b7
11 changed files with 86 additions and 106 deletions

View File

@@ -2,8 +2,7 @@ return {
"saecki/crates.nvim",
tag = "stable",
event = { "BufRead Cargo.toml" },
config = function()
require("crates").setup{
opts = {
lsp = {
enabled = true,
actions = true,
@@ -18,5 +17,4 @@ return {
},
}
}
end,
}