mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +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
|
@ -31,7 +31,6 @@ EXCLUDES: list[str] = [
|
|||
"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",
|
||||
|
|
|
@ -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