mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 04:44:31 +02:00
tests/lsp: disable broken futhark-lsp
This commit is contained in:
parent
0d8da0fcfb
commit
8d11162f5f
1 changed files with 3 additions and 1 deletions
|
@ -88,7 +88,9 @@
|
||||||
eslint.enable = true;
|
eslint.enable = true;
|
||||||
elixirls.enable = true;
|
elixirls.enable = true;
|
||||||
fsautocomplete.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;
|
gopls.enable = true;
|
||||||
hls.enable = true;
|
hls.enable = true;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue