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
|
||||
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 {}
|
||||
|
|
Loading…
Reference in a new issue