Langserver not real

This commit is contained in:
Jakub 2025-11-18 13:05:32 +08:00
parent d28fde3c9e
commit b74e59df6e

View file

@ -32,7 +32,7 @@
(add-hook 'csharp-mode-hook #'eglot-ensure)
(add-hook 'csharp-ts-mode-hook #'eglot-ensure))
(when (executable-find "bicep-langserver")
(when (executable-find "bicep")
(use-package bicep-mode
:straight (bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode")
:hook (bicep-mode . eglot-ensure)