nix-community.nixvim/tests/test-sources/plugins/utils/bacon.nix
2024-02-27 13:45:47 +01:00

17 lines
243 B
Nix

{
empty = {
plugins.bacon.enable = true;
};
defaults = {
plugins.bacon = {
enable = true;
settings = {
quickfix = {
enabled = true;
event_trigger = true;
};
};
};
};
}