mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-02 09:05:55 +00:00
Merge branch 'main' into hm-merge-lists
This commit is contained in:
commit
f3d3741daa
10 changed files with 173 additions and 97 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue