Solved: Avante works; WIP: Avante markdown; Added: Programs

This commit is contained in:
2025-12-29 01:25:50 +01:00
parent 3f96a3afd9
commit 4421aa7335
10 changed files with 261 additions and 17 deletions

View File

@@ -100,6 +100,20 @@
hl_shortcut = "Keyword";
};
}
{
type = "button";
val = "[A] Open Prompt";
#on_press.__raw = "function() require('yazi').yazi() end";
opts = {
keymap = [ "n" "a" ":AvanteChatNew<CR>" { } ];
shortcut = "y";
position = "center";
cursor = 3;
width = 50;
align_shortcut = "right";
hl_shortcut = "Keyword";
};
}
{
type = "button";
val = "[X] Quit";