mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-27 03:39:20 +09:00
add: nvim: pwsh ls & documented some issues on windows
This commit is contained in:
parent
dcf74c1548
commit
30052098eb
3 changed files with 16 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue