chore: updates & fixes mason

This commit is contained in:
胡鑫
2025-05-09 11:07:32 +08:00
parent 9d45504cb2
commit f1f10f5049
3 changed files with 25 additions and 20 deletions
+1
View File
@@ -55,6 +55,7 @@ return {
"yetone/avante.nvim",
event = "VeryLazy",
lazy = true,
build = "make",
dependencies = {
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
+4
View File
@@ -0,0 +1,4 @@
return {
{ "mason-org/mason.nvim", version = "^1.0.0" },
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
}