nvim: fix config of pwsh-es

This commit is contained in:
qwjyh 2023-11-15 22:31:11 +09:00
parent 60ca8a218c
commit 1fb014714a

View file

@ -529,7 +529,8 @@ lspconfig.bashls.setup {
}
-- pwsh
lspconfig.powershell_es.setup {
bundle_path = '~/scoop/apps/powershell-editorservice/current/PowerShellEditorServices'
bundle_path = '~/scoop/apps/powershell-editorservice/current',
capabilities = capabilities,
}
-- -- jetls
-- lspconfig.jetls.setup {}