feat: add a bunch of plugins
This commit is contained in:
parent
92dcce1c43
commit
e08990b2db
9 changed files with 36 additions and 22 deletions
15
config/plugins/ui/neo-tree.nix
Normal file
15
config/plugins/ui/neo-tree.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{...}: {
|
||||
plugins.neo-tree = {
|
||||
enable = true;
|
||||
closeIfLastWindow = true;
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "\\";
|
||||
action = "<cmd>Neotree toggle<cr>";
|
||||
options.desc = "Toggle Neotree";
|
||||
}
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue