nix-community.nixvim/tests/test-sources/plugins/utils/netman.nix
2023-03-22 07:42:02 +01:00

13 lines
199 B
Nix

{
empty = {
plugins.netman.enable = true;
};
withNeotree = {
plugins.neo-tree.enable = true;
plugins.netman = {
enable = true;
neoTreeIntegration = true;
};
};
}