8 lines
213 B
Lua
8 lines
213 B
Lua
return {
|
|
"neovim/nvim-lspconfig",
|
|
dependencies = {
|
|
{ "mason-org/mason.nvim", config = true }, -- The "App Store"
|
|
{ "mason-org/mason-lspconfig.nvim", config = true }, -- The "Bridge"
|
|
},
|
|
}
|