nix-community.nixvim/tests/test-sources/plugins/by-name/compiler/default.nix
2024-09-15 09:47:10 -05:00

5 lines
57 B
Nix

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