mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 20:18:07 +01:00
12 lines
116 B
Nix
12 lines
116 B
Nix
{ ... }:
|
|
{
|
|
plugins.snacks = {
|
|
enable = true;
|
|
settings = {
|
|
explorer = {
|
|
enabled = true;
|
|
};
|
|
};
|
|
};
|
|
}
|