forked from mirrors_public/oddlama_nix-config
chore: apply nixvim updates
This commit is contained in:
parent
1b0934b565
commit
e9fbbb9c7d
7 changed files with 316 additions and 232 deletions
|
@ -15,10 +15,26 @@
|
|||
"t" = "open_tabnew";
|
||||
"z" = "close_all_nodes";
|
||||
"Z" = "expand_all_nodes";
|
||||
"a".__raw = ''{ "add", config = { show_path = "relative" } }'';
|
||||
"A".__raw = ''{ "add_directory", config = { show_path = "relative" } }'';
|
||||
"c".__raw = ''{ "copy", config = { show_path = "relative" } }'';
|
||||
"m".__raw = ''{ "move", config = { show_path = "relative" } }'';
|
||||
"a".__raw =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
''{ "add", config = { show_path = "relative" } }'';
|
||||
"A".__raw =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
''{ "add_directory", config = { show_path = "relative" } }'';
|
||||
"c".__raw =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
''{ "copy", config = { show_path = "relative" } }'';
|
||||
"m".__raw =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
''{ "move", config = { show_path = "relative" } }'';
|
||||
};
|
||||
};
|
||||
defaultComponentConfigs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue