Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-09-01 19:45:03 +02:00
parent 7c528c7475
commit 8771270f3c
2 changed files with 1 additions and 2 deletions

View File

@@ -85,5 +85,5 @@ lspconfig["pyright"].setup({
lspconfig["powershell_es"].setup({
capabilities = capabilities,
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",
})

View File

@@ -23,7 +23,6 @@ mason_lspconfig.setup({
"lua_ls",
"pyright",
"powershell_es",
},
automatic_installation = true,
})