tests: allow test cases to use the nixvim helpers (for testing them)

This commit is contained in:
Gaetan Lepage 2023-09-27 10:43:23 +02:00 committed by Gaétan Lepage
parent 11b22bab05
commit 9e448b7ff0
10 changed files with 12 additions and 11 deletions

View file

@ -1,4 +1,4 @@
{pkgs}: {
{pkgs, ...}: {
example = {
plugins.nvim-jdtls = {
enable = true;

View file

@ -1,4 +1,4 @@
{pkgs}: {
{
empty = {
plugins = {
treesitter.enable = true;

View file

@ -1,4 +1,4 @@
{pkgs}: {
{
empty = {
plugins.treesitter.enable = true;
};