From be3648f80db1099f414b7161b9adb03ab6d2cd13 Mon Sep 17 00:00:00 2001 From: Pojok Code Date: Tue, 29 Oct 2024 22:21:55 +0700 Subject: [PATCH] fix: mason-lspconfig swith with auto-lsp --- lua/plugins/_lsp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/_lsp.lua b/lua/plugins/_lsp.lua index 6a10886..ef3e898 100644 --- a/lua/plugins/_lsp.lua +++ b/lua/plugins/_lsp.lua @@ -1,9 +1,9 @@ return { { - "pojokcodeid/auto-lsp.nvim", + "williamboman/mason-lspconfig.nvim", event = { "VeryLazy", "BufReadPre", "BufNewFile", "BufRead" }, dependencies = { - { "williamboman/mason-lspconfig.nvim" }, + { "pojokcodeid/auto-lsp.nvim", lazy = true }, { "neovim/nvim-lspconfig", lazy = true,