feat(nvim): include capabilities & attach for pwsh_es

This commit is contained in:
Price Hiller 2022-09-16 12:39:47 -05:00
parent 52ff424417
commit 54fdc3512c

View File

@ -277,6 +277,8 @@ lspconfig.jsonls.setup({
lspconfig.powershell_es.setup({
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services/",
capabilities = lsp_capabilities,
on_attach = on_attach,
})
-- NOTE: GENERIC LSP SERVERS