mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-06 15:24:31 +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 = {
|
||||
|
|
|
@ -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:
|
Loading…
Add table
Add a link
Reference in a new issue