wrapper/rc: document vim.globals better

This commit is contained in:
raf 2024-04-21 05:19:51 +03:00
commit 50609c731e
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
2 changed files with 14 additions and 2 deletions

View file

@ -81,6 +81,8 @@ inputs: {
optional = false;
}) (buildConfigPlugins vimOptions.optPlugins);
# combine built start and optional plugins
# into a single list
plugins = builtStartPlugins ++ builtOptPlugins;
# additional Lua and Python3 packages, mapped to their respective functions