mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update system
This commit is contained in:
@@ -78,16 +78,28 @@ in
|
||||
];
|
||||
|
||||
plugins = {
|
||||
which-key.registrations = {
|
||||
"<leader>a" = {
|
||||
name = "Auto Actions";
|
||||
s = "Toggle auto-save";
|
||||
S = "Toggle auto-save (buffer)";
|
||||
};
|
||||
};
|
||||
which-key.settings.spec = [
|
||||
{
|
||||
__unkeyed-1 = "<leader>a";
|
||||
group = "Auto Actions";
|
||||
icon = "";
|
||||
}
|
||||
{
|
||||
__unkeyed-1 = "<leader>as";
|
||||
desc = "Tggle auto-save";
|
||||
icon = "";
|
||||
}
|
||||
{
|
||||
__unkeyed-1 = "<leader>aS";
|
||||
desc = "Tggle auto-save (buffer)";
|
||||
icon = "";
|
||||
}
|
||||
];
|
||||
|
||||
/*neo-tree.eventHandlers.window_before_open = # lua
|
||||
"function() PerformAutoSave() end";*/
|
||||
/*
|
||||
neo-tree.eventHandlers.window_before_open = # lua
|
||||
"function() PerformAutoSave() end";
|
||||
*/
|
||||
|
||||
lualine.sections.lualine_x = lib.mkOrder 700 [
|
||||
# lua
|
||||
|
||||
Reference in New Issue
Block a user