feat: disable avante by defatul and added pythoin mason packages

This commit is contained in:
root
2025-08-07 17:51:08 +00:00
parent 8a6bb48755
commit b05ed0b5aa
5 changed files with 72 additions and 51 deletions
+17
View File
@@ -0,0 +1,17 @@
-- Customize Mason
---@type LazySpec
return {
-- use mason-tool-installer for automatically installing Mason packages
{
"WhoIsSethDaniel/mason-tool-installer.nvim",
-- overrides `require("mason-tool-installer").setup(...)`
opts = {
-- Make sure to use the names found in `:Mason`
ensure_installed = {
-- { "vue-language-server", version = "1.8.27" },
"black",
},
},
},
}