@@ -85,5 +85,5 @@ lspconfig["pyright"].setup({
|
|||||||
lspconfig["powershell_es"].setup({
|
lspconfig["powershell_es"].setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
on_attach = on_attach,
|
on_attach = on_attach,
|
||||||
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services"
|
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services",
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ mason_lspconfig.setup({
|
|||||||
"lua_ls",
|
"lua_ls",
|
||||||
"pyright",
|
"pyright",
|
||||||
"powershell_es",
|
"powershell_es",
|
||||||
|
|
||||||
},
|
},
|
||||||
automatic_installation = true,
|
automatic_installation = true,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user