blob: b794b87cd7e0cb1cd84e26d0325022132383c3b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---@brief
---
---https://github.com/diku-dk/futhark
--
-- Futhark Language Server
--
-- This language server comes with the futhark compiler and is run with the command
-- ```
-- futhark lsp
-- ```
return {
cmd = { 'futhark', 'lsp' },
filetypes = { 'futhark', 'fut' },
root_markers = { '.git' },
}
|