plugins/startify: options -> settings-options

To ignore file from list-plugins
This commit is contained in:
Austin Horstman 2025-02-01 20:04:44 -06:00
parent e0f838b58d
commit 8104356af6
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

@ -31,7 +31,6 @@ EXCLUDES: list[str] = [
"plugins/by-name/none-ls/sources.nix", "plugins/by-name/none-ls/sources.nix",
"plugins/by-name/openscad/fuzzy-finder-plugin-option.nix", "plugins/by-name/openscad/fuzzy-finder-plugin-option.nix",
"plugins/by-name/rustaceanvim/renamed-options.nix", "plugins/by-name/rustaceanvim/renamed-options.nix",
"plugins/by-name/startify/options.nix",
"plugins/by-name/telescope/extensions/_mk-extension.nix", "plugins/by-name/telescope/extensions/_mk-extension.nix",
"plugins/by-name/telescope/extensions/default.nix", "plugins/by-name/telescope/extensions/default.nix",
"plugins/cmp/auto-enable.nix", "plugins/cmp/auto-enable.nix",

View file

@ -73,7 +73,7 @@ mkVimPlugin {
} }
]; ];
settingsOptions = import ./options.nix { inherit lib helpers; }; settingsOptions = import ./settings-options.nix { inherit lib helpers; };
# TODO # TODO
settingsExample = { settingsExample = {

View file

@ -245,7 +245,7 @@ with lib;
amount of syscalls to the underlying operating system, but sacrifices the precision of shown amount of syscalls to the underlying operating system, but sacrifices the precision of shown
entries. entries.
This could lead to inconsistences in the shown `:Startify` entries (e.g. the same file could be This could lead to inconsistencies in the shown `:Startify` entries (e.g. the same file could be
shown twice, because one time file was opened via absolute path and another time via symlink). shown twice, because one time file was opened via absolute path and another time via symlink).
Currently this option does this: Currently this option does this: