Files
nixvim/config/plugins/neotree.nix
2026-02-08 10:16:40 +01:00

10 lines
89 B
Nix

{ ... }:
{
plugins.neo-tree = {
enable = true;
window = {
width = 30;
};
};
}