This commit is contained in:
snoweuph 2026-04-15 18:00:37 +00:00
commit 0672792fa2
44 changed files with 9 additions and 179712 deletions

View file

@ -470,8 +470,8 @@ theme, which has to be done before other plugins</li>
<li><code>lazyConfigs</code> - <code>lz.n</code> and <code>lzn-auto-require</code> configs. If <code>vim.lazy.enable</code>
is false, this will contain each plugin's config instead.</li>
<li><code>pluginConfigs</code> - the result of the nested <code>vim.pluginRC</code> (internal option,
see the <a href="/index.xhtml#ch-custom-plugins">Custom Plugins</a> page for adding your
own plugins) DAG, used to set up internal plugins</li>
see the <a href="./configuring.html#ch-custom-plugins">Custom Plugins</a> page for
adding your own plugins) DAG, used to set up internal plugins</li>
<li><code>extraPluginConfigs</code> - the result of <code>vim.extraPlugins</code>, which is not a
direct DAG, but is converted to, and resolved as one internally</li>
<li><code>mappings</code> - the result of <code>vim.maps</code></li>