nix-community.nixvim/tests/test-sources/plugins/by-name/helm/default.nix
2024-09-09 14:34:18 -05:00

5 lines
53 B
Nix

{
empty = {
plugins.helm.enable = true;
};
}