fix: mason-lspconfig swith with auto-lsp

This commit is contained in:
Pojok Code 2024-10-29 22:21:55 +07:00
parent ce4b507ca3
commit be3648f80d

View file

@ -1,9 +1,9 @@
return { return {
{ {
"pojokcodeid/auto-lsp.nvim", "williamboman/mason-lspconfig.nvim",
event = { "VeryLazy", "BufReadPre", "BufNewFile", "BufRead" }, event = { "VeryLazy", "BufReadPre", "BufNewFile", "BufRead" },
dependencies = { dependencies = {
{ "williamboman/mason-lspconfig.nvim" }, { "pojokcodeid/auto-lsp.nvim", lazy = true },
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
lazy = true, lazy = true,