This commit is contained in:
albert 2024-02-19 22:33:21 +09:00
parent 2197686753
commit e345c0e155
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -7,10 +7,6 @@
val = 2;
}
{
opts = {
hl = "Type";
position = "center";
};
type = "text";
val = [
" "
@ -20,6 +16,10 @@
" "
" "
];
opts = {
position = "center";
hl = "Type";
};
}
{
type = "padding";
@ -29,24 +29,16 @@
type = "group";
val = [
{
on_press = {
__raw = "function() vim.cmd[[ene]] end";
};
opts = {
shortcut = "n";
};
type = "button";
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";
val = " Quit Neovim";
on_press.__raw = "function() vim.cmd[[qa]] end";
opts.shortcut = "q";
}
];
}
@ -55,12 +47,12 @@
val = 2;
}
{
opts = {
hl = "Keyword";
position = "center";
};
type = "text";
val = "Inspiring quote here.";
opts = {
position = "center";
hl = "Keyword";
};
}
];
};