mason lsp
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
return {
|
||||
{
|
||||
"williamboman/mason.nvim"
|
||||
},
|
||||
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
dependencies = {
|
||||
"mason-org/mason.nvim",
|
||||
"neovim/nvim-lspconfig",
|
||||
},
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"phpactor",
|
||||
"lua_ls",
|
||||
"nil_ls"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user