24 lines
531 B
Lua
24 lines
531 B
Lua
return {
|
|
"mason-org/mason-lspconfig.nvim",
|
|
opts = {
|
|
automatic_enable = true,
|
|
},
|
|
dependencies = {
|
|
{
|
|
"mason-org/mason.nvim",
|
|
opts = {
|
|
ui = {
|
|
icons = {
|
|
package_installed = "✓",
|
|
package_pending = "➜",
|
|
package_uninstalled = "✗",
|
|
},
|
|
},
|
|
},
|
|
lazy = false,
|
|
},
|
|
"neovim/nvim-lspconfig",
|
|
},
|
|
}
|
|
|