Updating null ls and lsp

This commit is contained in:
2023-09-01 00:07:48 +02:00
parent 2eaafbc10e
commit 7c528c7475
3 changed files with 9 additions and 7 deletions

View File

@@ -81,3 +81,9 @@ lspconfig["pyright"].setup({
capabilities = capabilities,
on_attach = on_attach,
})
lspconfig["powershell_es"].setup({
capabilities = capabilities,
on_attach = on_attach,
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services"
})