nix-community.nixvim/tests/test-sources/plugins/utils/netman.nix

14 lines
199 B
Nix
Raw Normal View History

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