mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 11:08:53 +02:00
tests/lsp: fsautocomplete is not broken anymore
This commit is contained in:
parent
bd05bde3de
commit
bc0d014e46
1 changed files with 1 additions and 4 deletions
|
@ -96,10 +96,7 @@
|
||||||
eslint.enable = true;
|
eslint.enable = true;
|
||||||
elixirls.enable = true;
|
elixirls.enable = true;
|
||||||
# pkgs.fsautocomplete only supports linux platforms
|
# pkgs.fsautocomplete only supports linux platforms
|
||||||
# fsautocomplete.enable = pkgs.stdenv.isLinux;
|
fsautocomplete.enable = pkgs.stdenv.isLinux;
|
||||||
# As of 2023/12/02, fsautocomplete is broken
|
|
||||||
# See https://github.com/NixOS/nixpkgs/issues/271704
|
|
||||||
fsautocomplete.enable = false;
|
|
||||||
futhark-lsp.enable = true;
|
futhark-lsp.enable = true;
|
||||||
gleam.enable = true;
|
gleam.enable = true;
|
||||||
gopls.enable = true;
|
gopls.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue