Skip to content

Commit 8104356

Browse files
committed
plugins/startify: options -> settings-options
To ignore file from list-plugins
1 parent e0f838b commit 8104356

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

flake/dev/list-plugins/list-plugins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"plugins/by-name/none-ls/sources.nix",
3232
"plugins/by-name/openscad/fuzzy-finder-plugin-option.nix",
3333
"plugins/by-name/rustaceanvim/renamed-options.nix",
34-
"plugins/by-name/startify/options.nix",
3534
"plugins/by-name/telescope/extensions/_mk-extension.nix",
3635
"plugins/by-name/telescope/extensions/default.nix",
3736
"plugins/cmp/auto-enable.nix",

plugins/by-name/startify/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ mkVimPlugin {
7373
}
7474
];
7575

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

7878
# TODO
7979
settingsExample = {

plugins/by-name/startify/options.nix renamed to plugins/by-name/startify/settings-options.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ with lib;
245245
amount of syscalls to the underlying operating system, but sacrifices the precision of shown
246246
entries.
247247
248-
This could lead to inconsistences in the shown `:Startify` entries (e.g. the same file could be
248+
This could lead to inconsistencies in the shown `:Startify` entries (e.g. the same file could be
249249
shown twice, because one time file was opened via absolute path and another time via symlink).
250250
251251
Currently this option does this:

0 commit comments

Comments
 (0)