nix-community.nixvim/tests/test-sources/plugins/languages/helm.nix

6 lines
53 B
Nix
Raw Normal View History

2024-02-02 11:39:02 +01:00
{
empty = {
plugins.helm.enable = true;
};
}