summaryrefslogtreecommitdiff
path: root/nvim/lsp/futhark_lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lsp/futhark_lsp.lua')
-rwxr-xr-xnvim/lsp/futhark_lsp.lua15
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' },
-}