mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
Update flake.lock (#770)
* flake.lock: Update Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/8cfef6986adfb599ba379ae53c9f5631ecd2fd9c' (2023-11-27) → 'github:NixOS/nixpkgs/e92039b55bcd58469325ded85d4f58dd5a4eaf58' (2023-11-29) * tests/lsp: disable fsautocomplete because it is broken See https://github.com/NixOS/nixpkgs/issues/271704 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
28fc85484a
commit
940f1819f0
2 changed files with 7 additions and 4 deletions
|
@ -94,7 +94,10 @@
|
|||
eslint.enable = true;
|
||||
elixirls.enable = true;
|
||||
# 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;
|
||||
# As of 2023/10/21, futhark is broken
|
||||
# TODO: test and uncomment if it gets fixed
|
||||
# futhark-lsp.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue