mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-04 18:15:08 +02:00
tests: allow test cases to use the nixvim helpers (for testing them)
This commit is contained in:
parent
11b22bab05
commit
9e448b7ff0
10 changed files with 12 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{pkgs, ...}: {
|
||||
"40" = {
|
||||
plugins = {
|
||||
nix.enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{pkgs, ...}: {
|
||||
plain = {};
|
||||
|
||||
simple-plugin = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{
|
||||
example-with-str = {
|
||||
clipboard = {
|
||||
register = "unnamed";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{pkgs, ...}: {
|
||||
example = {
|
||||
plugins.nvim-jdtls = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{
|
||||
empty = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{
|
||||
empty = {
|
||||
plugins.treesitter.enable = true;
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{pkgs, ...}: {
|
||||
empty = {
|
||||
plugins.lsp.enable = true;
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{pkgs, ...}: {
|
||||
empty = {
|
||||
plugins.lualine.enable = true;
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs}: {
|
||||
{
|
||||
empty = {
|
||||
plugins.alpha.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue