Skip to content

Commit

Permalink
plugins/startify: options -> settings-options
Browse files Browse the repository at this point in the history
To ignore file from list-plugins
  • Loading branch information
khaneliman committed Feb 2, 2025
1 parent e0f838b commit 8104356
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion flake/dev/list-plugins/list-plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"plugins/by-name/none-ls/sources.nix",
"plugins/by-name/openscad/fuzzy-finder-plugin-option.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/default.nix",
"plugins/cmp/auto-enable.nix",
Expand Down
2 changes: 1 addition & 1 deletion plugins/by-name/startify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ mkVimPlugin {
}
];

settingsOptions = import ./options.nix { inherit lib helpers; };
settingsOptions = import ./settings-options.nix { inherit lib helpers; };

# TODO
settingsExample = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ with lib;
amount of syscalls to the underlying operating system, but sacrifices the precision of shown
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).
Currently this option does this:
Expand Down

0 comments on commit 8104356

Please sign in to comment.