mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-29 20:04:28 +02:00
plugins/nvim-bacon: init (#1080)
This commit is contained in:
parent
278dfe6215
commit
7eb74fecd1
3 changed files with 43 additions and 0 deletions
17
tests/test-sources/plugins/utils/bacon.nix
Normal file
17
tests/test-sources/plugins/utils/bacon.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.bacon.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.bacon = {
|
||||
enable = true;
|
||||
settings = {
|
||||
quickfix = {
|
||||
enabled = true;
|
||||
event_trigger = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue