diff options
Diffstat (limited to 'nvim/lsp/futhark_lsp.lua')
| -rwxr-xr-x | nvim/lsp/futhark_lsp.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nvim/lsp/futhark_lsp.lua b/nvim/lsp/futhark_lsp.lua deleted file mode 100755 index b467ed0..0000000 --- a/nvim/lsp/futhark_lsp.lua +++ /dev/null @@ -1,15 +0,0 @@ ----@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' }, -} |
