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