tests/lsp: disable broken futhark-lsp

This commit is contained in:
Gaetan Lepage 2023-10-21 10:10:27 +02:00 committed by Gaétan Lepage
parent 0d8da0fcfb
commit 8d11162f5f

View file

@ -88,7 +88,9 @@
eslint.enable = true;
elixirls.enable = true;
fsautocomplete.enable = true;
futhark-lsp.enable = true;
# As of 2023/10/21, futhark is broken
# TODO: test and uncomment if it gets fixed
# futhark-lsp.enable = true;
gopls.enable = true;
hls.enable = true;
html.enable = true;