Add eglot powershell lsp
This commit is contained in:
parent
e325cd3e1d
commit
10e2126337
@ -191,3 +191,7 @@
|
|||||||
(mapcar #'cape-company-to-capf
|
(mapcar #'cape-company-to-capf
|
||||||
(list #'company-ansible)))
|
(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"))
|
||||||
|
Loading…
Reference in New Issue
Block a user