fix Mason problem
This commit is contained in:
@@ -11,6 +11,7 @@ return {
|
||||
{
|
||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||
dependencies = { "mason-org/mason.nvim" },
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("mason-tool-installer").setup({
|
||||
ensure_installed = {
|
||||
@@ -37,6 +38,8 @@ return {
|
||||
-- Mason-LSPconfig (bridge Mason and nvim-lspconfig)
|
||||
{
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
dependencies = { "mason-org/mason.nvim" }, -- Ensure mason loads first to prevent registry errors
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("mason-lspconfig").setup({
|
||||
ensure_installed = {
|
||||
|
||||
Reference in New Issue
Block a user