mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 03:05:14 +02:00
plugins/startify: options -> settings-options
To ignore file from list-plugins
This commit is contained in:
parent
e0f838b58d
commit
8104356af6
3 changed files with 2 additions and 3 deletions
|
@ -73,7 +73,7 @@ mkVimPlugin {
|
|||
}
|
||||
];
|
||||
|
||||
settingsOptions = import ./options.nix { inherit lib helpers; };
|
||||
settingsOptions = import ./settings-options.nix { inherit lib helpers; };
|
||||
|
||||
# TODO
|
||||
settingsExample = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue