nix-community.nixvim/tests/test-sources/plugins/languages/helm.nix
2024-02-03 12:29:14 +01:00

5 lines
53 B
Nix

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