Bicep config

This commit is contained in:
Jakub 2025-11-18 13:03:59 +08:00
parent d0e850f742
commit d28fde3c9e

View file

@ -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)