plugins/neogit: options -> settings-options

To ignore file from list-plugins
This commit is contained in:
Austin Horstman 2025-02-01 20:02:57 -06:00
parent f618289027
commit 09e857bfdd
No known key found for this signature in database
3 changed files with 1 additions and 2 deletions

View file

@ -73,7 +73,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
"mappings"
];
settingsOptions = import ./options.nix { inherit lib helpers; };
settingsOptions = import ./settings-options.nix { inherit lib helpers; };
settingsExample = {
kind = "floating";