feat: add nvf config
This commit is contained in:
parent
9e46058abb
commit
898d56ebd6
24 changed files with 3367 additions and 95 deletions
9
system/modules/nvf/binds/neo-tree.nix
Normal file
9
system/modules/nvf/binds/neo-tree.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
key = "<leader>e";
|
||||
mode = ["n" "t"];
|
||||
silent = true;
|
||||
action = "<CMD>Neotree toggle<CR>";
|
||||
desc = "Toggle NeoTree";
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue