add: nvim: pwsh ls & documented some issues on windows

This commit is contained in:
qwjyh 2023-03-15 16:47:20 +09:00
parent dcf74c1548
commit 30052098eb
3 changed files with 16 additions and 0 deletions

View file

@ -433,6 +433,10 @@ lspconfig.bashls.setup {
on_attach = on_attach,
capabilities = capabilities,
}
-- pwsh
lspconfig.powershell_es.setup {
bundle_path = '~/scoop/apps/powershell-editorservice/current/PowerShellEditorServices'
}
-- python
lspconfig.pyright.setup {
on_attach = on_attach,