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;
|
||||
elixirls.enable = true;
|
||||
# pkgs.fsautocomplete only supports linux platforms
|
||||
# fsautocomplete.enable = pkgs.stdenv.isLinux;
|
||||
# As of 2023/12/02, fsautocomplete is broken
|
||||
# See https://github.com/NixOS/nixpkgs/issues/271704
|
||||
fsautocomplete.enable = false;
|
||||
fsautocomplete.enable = pkgs.stdenv.isLinux;
|
||||
futhark-lsp.enable = true;
|
||||
gleam.enable = true;
|
||||
gopls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue