feat(nvim): add powershell lsp support
This commit is contained in:
parent
cec69e915a
commit
f51b30e37b
@ -275,6 +275,10 @@ lspconfig.jsonls.setup({
|
||||
on_attach = on_attach,
|
||||
})
|
||||
|
||||
lspconfig.powershell_es.setup({
|
||||
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services/",
|
||||
})
|
||||
|
||||
-- NOTE: GENERIC LSP SERVERS
|
||||
for _, server in ipairs({
|
||||
"clangd",
|
||||
|
Loading…
Reference in New Issue
Block a user