Add fish lsp
This commit is contained in:
parent
903b655603
commit
1170977ec3
@ -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
|
;; 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"
|
(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"))
|
"-HostName" "Emacs" "-HostProfileId" "Emacs" "-HostVersion" "1.0.0" "-Stdio"))
|
||||||
|
(set-eglot-client! 'fish-mode '("fish-lsp" "start"))
|
||||||
|
@ -176,8 +176,9 @@
|
|||||||
# - btrfsmaintenance # AUR
|
# - btrfsmaintenance # AUR
|
||||||
# - virter # AUR
|
# - virter # AUR
|
||||||
# - konsave # AUR
|
# - konsave # AUR
|
||||||
# - powershell-bin # AUR, emacs LSP (dep)
|
# - powershell-bin # AUR, emacs powershell LSP (dep)
|
||||||
# - powershell-editor-services # AUR, emacs LSP
|
# - powershell-editor-services # AUR, emacs powershell LSP
|
||||||
|
# - fish-lsp # AUR, emacs fish LSP
|
||||||
|
|
||||||
- name: x86_64 | Install other packages unavailable/unnecessary on ALARM
|
- name: x86_64 | Install other packages unavailable/unnecessary on ALARM
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
|
Loading…
Reference in New Issue
Block a user