mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 00:48:58 +02:00
17 lines
243 B
Nix
17 lines
243 B
Nix
{
|
|
empty = {
|
|
plugins.bacon.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.bacon = {
|
|
enable = true;
|
|
settings = {
|
|
quickfix = {
|
|
enabled = true;
|
|
event_trigger = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|