Add fish lsp

This commit is contained in:
exu 2025-03-04 15:50:46 +01:00
parent 903b655603
commit 1170977ec3
2 changed files with 4 additions and 2 deletions

View File

@ -196,3 +196,4 @@
;; Documentation: https://discourse.doomemacs.org/t/set-up-lsp-mode-or-eglot-for-insert-language-here/62#how-to-use-a-custom-server-12
(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"))
(set-eglot-client! 'fish-mode '("fish-lsp" "start"))

View File

@ -176,8 +176,9 @@
# - btrfsmaintenance # AUR
# - virter # AUR
# - konsave # AUR
# - powershell-bin # AUR, emacs LSP (dep)
# - powershell-editor-services # AUR, emacs LSP
# - powershell-bin # AUR, emacs powershell LSP (dep)
# - powershell-editor-services # AUR, emacs powershell LSP
# - fish-lsp # AUR, emacs fish LSP
- name: x86_64 | Install other packages unavailable/unnecessary on ALARM
community.general.pacman: