Test
This commit is contained in:
parent
e345c0e155
commit
f41ef46189
1 changed files with 12 additions and 14 deletions
|
@ -9,12 +9,12 @@
|
||||||
{
|
{
|
||||||
type = "text";
|
type = "text";
|
||||||
val = [
|
val = [
|
||||||
"███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗"
|
" ███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗ "
|
||||||
"████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║"
|
" ████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║ "
|
||||||
"██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║"
|
" ██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║ "
|
||||||
"██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║"
|
" ██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║ "
|
||||||
"██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║"
|
" ██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║ "
|
||||||
"╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝"
|
" ╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ "
|
||||||
];
|
];
|
||||||
opts = {
|
opts = {
|
||||||
position = "center";
|
position = "center";
|
||||||
|
@ -29,16 +29,14 @@
|
||||||
type = "group";
|
type = "group";
|
||||||
val = [
|
val = [
|
||||||
{
|
{
|
||||||
type = "button";
|
shortcut = "e";
|
||||||
val = " New file";
|
desc = " New file";
|
||||||
on_press.__raw = "function() vim.cmd[[ene]] end";
|
command = "<CMD>ene <CR>";
|
||||||
opts.shortcut = "n";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "button";
|
shortcut = "SPC q";
|
||||||
val = " Quit Neovim";
|
desc = " Quit Neovim";
|
||||||
on_press.__raw = "function() vim.cmd[[qa]] end";
|
command = ":qa<CR>";
|
||||||
opts.shortcut = "q";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue