Skip to content

Instantly share code, notes, and snippets.

@athas
Created April 2, 2022 10:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save athas/c7b79f8f91ce31963bfdaa5e05d8f66a to your computer and use it in GitHub Desktop.
Save athas/c7b79f8f91ce31963bfdaa5e05d8f66a to your computer and use it in GitHub Desktop.
Setting up Futhark with lsp-mode
(add-to-list 'lsp-language-id-configuration '(futhark-mode . "futhark"))
(lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection '("futhark" "lsp"))
:activation-fn (lsp-activate-on "futhark")
:server-id 'futhark))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment