diff options
Diffstat (limited to '.config/nvim/lsp/futhark_lsp.lua')
-rw-r--r-- | .config/nvim/lsp/futhark_lsp.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.config/nvim/lsp/futhark_lsp.lua b/.config/nvim/lsp/futhark_lsp.lua deleted file mode 100644 index 351dda3..0000000 --- a/.config/nvim/lsp/futhark_lsp.lua +++ /dev/null @@ -1,17 +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 ---- ``` - ----@type vim.lsp.Config -return { - cmd = { 'futhark', 'lsp' }, - filetypes = { 'futhark', 'fut' }, - root_markers = { '.git' }, -} |