refactor + add some QoL plugins
This commit is contained in:
parent
526e41767c
commit
f42c1c8fdf
15 changed files with 113 additions and 138 deletions
|
@ -31,7 +31,7 @@
|
|||
key = "<leader>n";
|
||||
action = "<cmd>NvimTreeToggle<cr>";
|
||||
options = {
|
||||
desc = "Toggle NvimTree";
|
||||
desc = "Toggle file explorer";
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
key = "<leader>e";
|
||||
action = "<cmd>NvimTreeFocus<cr>";
|
||||
options = {
|
||||
desc = "Focus NvimTree";
|
||||
desc = "Focus file explorer";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue