Remove hook as it's borken
This commit is contained in:
parent
b74e59df6e
commit
d8cdf07279
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@
|
|||
(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)
|
||||
:config (add-to-list 'eglot-server-programs '(bicep-mode "dotnet" "/usr/local/bin/bicep-langserver/Bicep.LangServer.dll"))))
|
||||
:config (add-to-list 'eglot-server-programs '(bicep-mode "dotnet" "/usr/local/bin/bicep-langserver/Bicep.LangServer.dll"))
|
||||
(add-to-list 'auto-mode-alist '("\\.bicep\\'" . bicep-mode))))
|
||||
|
||||
(provide 'csharp-custom)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue