nix-community.nixvim/tests/test-sources/plugins/by-name/compiler/default.nix

6 lines
57 B
Nix
Raw Normal View History

2024-09-14 22:02:45 -05:00
{
empty = {
plugins.compiler.enable = true;
};
}