mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
wrapper/rc: document vim.globals
better
This commit is contained in:
parent
72a5e6c684
commit
50609c731e
2 changed files with 14 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue