Bicep config
This commit is contained in:
parent
d0e850f742
commit
d28fde3c9e
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue