feat(nvim): include capabilities & attach for pwsh_es
This commit is contained in:
parent
52ff424417
commit
54fdc3512c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user