File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 31
31
"plugins/by-name/none-ls/sources.nix" ,
32
32
"plugins/by-name/openscad/fuzzy-finder-plugin-option.nix" ,
33
33
"plugins/by-name/rustaceanvim/renamed-options.nix" ,
34
- "plugins/by-name/startify/options.nix" ,
35
34
"plugins/by-name/telescope/extensions/_mk-extension.nix" ,
36
35
"plugins/by-name/telescope/extensions/default.nix" ,
37
36
"plugins/cmp/auto-enable.nix" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ mkVimPlugin {
73
73
}
74
74
] ;
75
75
76
- settingsOptions = import ./options.nix { inherit lib helpers ; } ;
76
+ settingsOptions = import ./settings- options.nix { inherit lib helpers ; } ;
77
77
78
78
# TODO
79
79
settingsExample = {
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ with lib;
245
245
amount of syscalls to the underlying operating system, but sacrifices the precision of shown
246
246
entries.
247
247
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
249
249
shown twice, because one time file was opened via absolute path and another time via symlink).
250
250
251
251
Currently this option does this:
You can’t perform that action at this time.
0 commit comments