plugins/bacon: formatting (#1164)

This commit is contained in:
Gaétan Lepage 2024-02-27 18:13:04 +01:00 committed by GitHub
parent 51f6f562d1
commit db0dcc6ee3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,16 @@ helpers.neovim-plugin.mkNeovimPlugin config
name = "bacon";
defaultPackage = pkgs.vimPlugins.nvim-bacon;
maintainers = [helpers.maintainers.alisonjenkins];
settingsOptions = {
quickfix = {
enabled = helpers.defaultNullOpts.mkBool true "true to populate the quickfix list with bacon errors and warnings.";
event_trigger = helpers.defaultNullOpts.mkBool true "triggers the QuickFixCmdPost event after populating the quickfix list";
enabled = helpers.defaultNullOpts.mkBool true ''
Whether to populate the quickfix list with bacon errors and warnings.
'';
event_trigger = helpers.defaultNullOpts.mkBool true ''
Triggers the `QuickFixCmdPost` event after populating the quickfix list.
'';
};
};