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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user