nvim: fix config of pwsh-es
This commit is contained in:
parent
60ca8a218c
commit
1fb014714a
1 changed files with 2 additions and 1 deletions
|
@ -529,7 +529,8 @@ lspconfig.bashls.setup {
|
||||||
}
|
}
|
||||||
-- pwsh
|
-- pwsh
|
||||||
lspconfig.powershell_es.setup {
|
lspconfig.powershell_es.setup {
|
||||||
bundle_path = '~/scoop/apps/powershell-editorservice/current/PowerShellEditorServices'
|
bundle_path = '~/scoop/apps/powershell-editorservice/current',
|
||||||
|
capabilities = capabilities,
|
||||||
}
|
}
|
||||||
-- -- jetls
|
-- -- jetls
|
||||||
-- lspconfig.jetls.setup {}
|
-- lspconfig.jetls.setup {}
|
||||||
|
|
Loading…
Reference in a new issue