1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-16 23:42:47 +01:00
nixvim/tests/test-sources/plugins/by-name/faust/default.nix
2025-03-20 17:37:24 +01:00

5 lines
54 B
Nix

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