tests/lsp: futhark-lsp has been fixed

This commit is contained in:
Gaetan Lepage 2023-12-07 09:40:03 +01:00 committed by Gaétan Lepage
parent 45d788bdd9
commit cc3f5209c1

View file

@ -100,9 +100,7 @@
# As of 2023/12/02, fsautocomplete is broken # As of 2023/12/02, fsautocomplete is broken
# See https://github.com/NixOS/nixpkgs/issues/271704 # See https://github.com/NixOS/nixpkgs/issues/271704
fsautocomplete.enable = false; fsautocomplete.enable = false;
# As of 2023/10/21, futhark is broken futhark-lsp.enable = true;
# TODO: test and uncomment if it gets fixed
# futhark-lsp.enable = true;
gopls.enable = true; gopls.enable = true;
hls.enable = true; hls.enable = true;
html.enable = true; html.enable = true;