mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-01 00:25:55 +00:00
fix: typo
This commit is contained in:
parent
8d5f23035d
commit
db5d14f809
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ inputs: {
|
|||
builtStartPlugins = buildConfigPlugins vimOptions.startPlugins;
|
||||
builtOptPlugins = map (package: {
|
||||
plugin = package;
|
||||
optional = false;
|
||||
optional = true;
|
||||
}) (buildConfigPlugins vimOptions.optPlugins);
|
||||
|
||||
# combine built start and optional plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue