mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
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…
Add table
Add a link
Reference in a new issue