plugins/nvim-lsp: add futhark lsp

This commit is contained in:
Alexander Nortung 2023-05-08 23:11:30 +02:00 committed by Gaétan Lepage
parent c4dddc4f8e
commit ecaf80b7fd
2 changed files with 7 additions and 0 deletions

View file

@ -61,6 +61,7 @@
denols.enable = true;
eslint.enable = true;
elixirls.enable = true;
futhark-lsp.enable = true;
gopls.enable = true;
hls.enable = true;
html.enable = true;