mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +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 {
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue