Testing
This commit is contained in:
parent
2197686753
commit
e345c0e155
1 changed files with 12 additions and 20 deletions
|
@ -7,10 +7,6 @@
|
||||||
val = 2;
|
val = 2;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
opts = {
|
|
||||||
hl = "Type";
|
|
||||||
position = "center";
|
|
||||||
};
|
|
||||||
type = "text";
|
type = "text";
|
||||||
val = [
|
val = [
|
||||||
"███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗"
|
"███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗"
|
||||||
|
@ -20,6 +16,10 @@
|
||||||
"██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║"
|
"██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║"
|
||||||
"╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝"
|
"╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝"
|
||||||
];
|
];
|
||||||
|
opts = {
|
||||||
|
position = "center";
|
||||||
|
hl = "Type";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "padding";
|
type = "padding";
|
||||||
|
@ -29,24 +29,16 @@
|
||||||
type = "group";
|
type = "group";
|
||||||
val = [
|
val = [
|
||||||
{
|
{
|
||||||
on_press = {
|
|
||||||
__raw = "function() vim.cmd[[ene]] end";
|
|
||||||
};
|
|
||||||
opts = {
|
|
||||||
shortcut = "n";
|
|
||||||
};
|
|
||||||
type = "button";
|
type = "button";
|
||||||
val = " New file";
|
val = " New file";
|
||||||
|
on_press.__raw = "function() vim.cmd[[ene]] end";
|
||||||
|
opts.shortcut = "n";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
on_press = {
|
|
||||||
__raw = "function() vim.cmd[[qa]] end";
|
|
||||||
};
|
|
||||||
opts = {
|
|
||||||
shortcut = "q";
|
|
||||||
};
|
|
||||||
type = "button";
|
type = "button";
|
||||||
val = " Quit Neovim";
|
val = " Quit Neovim";
|
||||||
|
on_press.__raw = "function() vim.cmd[[qa]] end";
|
||||||
|
opts.shortcut = "q";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -55,12 +47,12 @@
|
||||||
val = 2;
|
val = 2;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
opts = {
|
|
||||||
hl = "Keyword";
|
|
||||||
position = "center";
|
|
||||||
};
|
|
||||||
type = "text";
|
type = "text";
|
||||||
val = "Inspiring quote here.";
|
val = "Inspiring quote here.";
|
||||||
|
opts = {
|
||||||
|
position = "center";
|
||||||
|
hl = "Keyword";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue