Merge branch 'main' into hm-merge-lists

This commit is contained in:
raf 2024-07-10 21:07:20 +00:00 committed by GitHub
commit f3d3741daa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 173 additions and 97 deletions

View file

@ -71,7 +71,7 @@ inputs: {
builtStartPlugins = buildConfigPlugins vimOptions.startPlugins;
builtOptPlugins = map (package: {
plugin = package;
optional = false;
optional = true;
}) (buildConfigPlugins vimOptions.optPlugins);
# combine built start and optional plugins