mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54:30 +02:00
plugins/neogit: options -> settings-options
To ignore file from list-plugins
This commit is contained in:
parent
f618289027
commit
09e857bfdd
3 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue