diff --git a/workflows/csharp-custom.el b/workflows/csharp-custom.el index 23dcecf..ce3d083 100644 --- a/workflows/csharp-custom.el +++ b/workflows/csharp-custom.el @@ -34,7 +34,9 @@ (when (executable-find "bicep-langserver") (use-package bicep-mode - :straight (bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode"))) + :straight (bicep-mode :type git :host github :repo "christiaan-janssen/bicep-mode") + :hook (bicep-mode . eglot-ensure) + :config (add-to-list 'eglot-server-programs '(bicep-mode "dotnet" "/usr/local/bin/bicep-langserver/Bicep.LangServer.dll")))) (provide 'csharp-custom)