mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: fix neovim completion shortcuts, address nix warnings
This commit is contained in:
parent
0349d7fd8b
commit
a0e50ce0e9
6 changed files with 40 additions and 60 deletions
|
@ -16,24 +16,16 @@
|
|||
"z" = "close_all_nodes";
|
||||
"Z" = "expand_all_nodes";
|
||||
"a".__raw =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
# lua
|
||||
''{ "add", config = { show_path = "relative" } }'';
|
||||
"A".__raw =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
# lua
|
||||
''{ "add_directory", config = { show_path = "relative" } }'';
|
||||
"c".__raw =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
# lua
|
||||
''{ "copy", config = { show_path = "relative" } }'';
|
||||
"m".__raw =
|
||||
/*
|
||||
lua
|
||||
*/
|
||||
# lua
|
||||
''{ "move", config = { show_path = "relative" } }'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue