refactor: consolidate Mason configuration with dynamic framework support

- Replace separate python.lua and vue.lua configs with unified init.lua
- Add dynamic tool installation based on FRAMEWORK environment variable
- Update avante.nvim plugin version from 0.0.23 to 0.0.27
- Remove obsolete mason/.gitignore file
This commit is contained in:
User
2025-10-10 18:16:38 +00:00
parent 9a2b77fe5f
commit 306fa774af
2 changed files with 48 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
return {
{ -- further customize the options set by the community
"yetone/avante.nvim",
version = "0.0.23",
version = "0.0.27",
---@type avante.Config
opts = {
provider = "deepseek",