Add eglot powershell lsp

This commit is contained in:
exu 2025-03-04 15:23:33 +01:00
parent e325cd3e1d
commit 10e2126337

View File

@ -191,3 +191,7 @@
(mapcar #'cape-company-to-capf
(list #'company-ansible)))
))
;; Eglot LSP
(set-eglot-client! 'powershell-mode '("pwsh" "-NoLogo" "-NoProfile" "-Command" "/opt/powershell-editor-services/PowerShellEditorServices/Start-EditorServices.ps1"
"-HostName" "Emacs" "-HostProfileId" "Emacs" "-HostVersion" "1.0.0" "-Stdio"))