mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 10:18:36 +02:00
tests: re-enable tests that work
This commit is contained in:
parent
6f8d8f7aee
commit
9851246241
29 changed files with 36 additions and 180 deletions
|
@ -1,8 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# TODO: added 2024-09-15
|
||||
# TODO: Re-enable when upstream builds in darwin sandbox
|
||||
example = lib.mkIf pkgs.stdenv.isLinux {
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue