1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-11 21:16:06 +01:00
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;
};
}