Skip to content

Instantly share code, notes, and snippets.

@thalesmg
Created January 24, 2020 22:58
Show Gist options
  • Save thalesmg/de711bbc91624cc26961c9916120d3e2 to your computer and use it in GitHub Desktop.
Save thalesmg/de711bbc91624cc26961c9916120d3e2 to your computer and use it in GitHub Desktop.
Using Dhall LSP Server on Emacs
(add-to-list 'lsp-language-id-configuration '(dhall-mode . "dhall"))
(lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection "dhall-lsp-server")
:major-modes '(dhall-mode)
:server-id 'dhall-lsp-server))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment