feat(nvim): add powershell lsp support

This commit is contained in:
Price Hiller 2022-09-16 12:36:04 -05:00
parent cec69e915a
commit f51b30e37b

View File

@ -275,6 +275,10 @@ lspconfig.jsonls.setup({
on_attach = on_attach, on_attach = on_attach,
}) })
lspconfig.powershell_es.setup({
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services/",
})
-- NOTE: GENERIC LSP SERVERS -- NOTE: GENERIC LSP SERVERS
for _, server in ipairs({ for _, server in ipairs({
"clangd", "clangd",