This commit is contained in:
NotAShelf 2025-05-03 01:04:33 +00:00
commit 702903a1a0
25 changed files with 3 additions and 104803 deletions

View file

@ -81,7 +81,9 @@ lazy attribute set of raw value</p>
</span>
</dt>
<dd>
<p>the experimental Lua module loader to speed up the start up process</p><p>If <code class="literal">true</code>, this will enable the experimental Lua module loader which:</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p>overrides loadfile</p></li><li class="listitem"><p>adds the lua loader using the byte-compilation cache</p></li><li class="listitem"><p>adds the libs loader</p></li><li class="listitem"><p>removes the default Neovim loader</p></li></ul></div><div class="note"><h3 class="title">Note</h3><p>The Lua module loader is <span class="emphasis"><em>disabled</em></span> by default. Before setting this option, please
<p>Whethere to enable the experimental Lua module loader to speed up the start
up process. If <code class="literal">true</code>, this will enable the experimental Lua module loader
which:</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p>overrides loadfile</p></li><li class="listitem"><p>adds the lua loader using the byte-compilation cache</p></li><li class="listitem"><p>adds the libs loader</p></li><li class="listitem"><p>removes the default Neovim loader</p></li></ul></div><div class="note"><h3 class="title">Note</h3><p>The Lua module loader is <span class="emphasis"><em>disabled</em></span> by default. Before setting this option, please
take a look at the <code class="option">[official documentation]</code>. This option may be enabled by
default in the future.</p></div>