From 5660c4011c68f2e7af64dbb1ed356c3f99eff9e5 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Wed, 18 Sep 2024 22:05:48 -0500 Subject: [PATCH] plugins/alpha: proper terminal support --- plugins/by-name/alpha/default.nix | 1 + tests/test-sources/plugins/by-name/alpha/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/by-name/alpha/default.nix b/plugins/by-name/alpha/default.nix index 9745906f..b9bb36f1 100644 --- a/plugins/by-name/alpha/default.nix +++ b/plugins/by-name/alpha/default.nix @@ -199,6 +199,7 @@ in in '' require('alpha').setup(${lib.nixvim.toLuaObject setupOptions}) + require('alpha.term') ''; }; } diff --git a/tests/test-sources/plugins/by-name/alpha/default.nix b/tests/test-sources/plugins/by-name/alpha/default.nix index 9eedf9c4..d47b0dc3 100644 --- a/tests/test-sources/plugins/by-name/alpha/default.nix +++ b/tests/test-sources/plugins/by-name/alpha/default.nix @@ -19,7 +19,7 @@ layout = [ { type = "terminal"; - command = "thisisfine"; + command = "echo 'Welcome to Nixvim!'"; width = 46; height = 25; opts = {