Created
April 2, 2022 10:07
-
-
Save athas/c7b79f8f91ce31963bfdaa5e05d8f66a to your computer and use it in GitHub Desktop.
Setting up Futhark with lsp-mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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