feat(plugins): replace neo-tree with snacks.explorer

This commit is contained in:
2025-08-09 21:48:36 +02:00
parent 621a0531bc
commit cb84b4c505
5 changed files with 14 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
{ ... }:
{
plugins.snacks = {
enable = true;
settings = {
explorer = {
enabled = true;
};
};
};
}