mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
fix: mason-lspconfig swith with auto-lsp
This commit is contained in:
parent
ce4b507ca3
commit
be3648f80d
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue