mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/alpha: proper terminal support
This commit is contained in:
parent
beb42716ff
commit
5660c4011c
2 changed files with 2 additions and 1 deletions
|
@ -199,6 +199,7 @@ in
|
|||
in
|
||||
''
|
||||
require('alpha').setup(${lib.nixvim.toLuaObject setupOptions})
|
||||
require('alpha.term')
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
layout = [
|
||||
{
|
||||
type = "terminal";
|
||||
command = "thisisfine";
|
||||
command = "echo 'Welcome to Nixvim!'";
|
||||
width = 46;
|
||||
height = 25;
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue