mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
feat(plugins): replace neo-tree with snacks.explorer
This commit is contained in:
@@ -118,9 +118,8 @@
|
||||
};
|
||||
mode = [ "n" "v" ];
|
||||
}
|
||||
# Neotree
|
||||
{
|
||||
action = ":Neotree toggle<CR>";
|
||||
action = ":lua Snacks.explorer()<CR>";
|
||||
key = "<Space>e";
|
||||
options = {
|
||||
silent = true;
|
||||
|
||||
Reference in New Issue
Block a user