mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 09:09:49 +01:00
deploy: 8bab0497fb
This commit is contained in:
parent
c0e5f8ed44
commit
5852079113
1 changed files with 25 additions and 0 deletions
25
options.html
25
options.html
|
@ -16701,6 +16701,31 @@ null or strings concatenated with “\n”</p>
|
|||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/NotAShelf/nvf/blob/main/modules/wrapper/lazy/lazy.nix" target="_top">
|
||||
<nvf/modules/wrapper/lazy/lazy.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-vim.lazy.plugins._name_.beforeSetup"></a><a class="term" href="options.html#opt-vim.lazy.plugins._name_.beforeSetup"><code class="option">vim.lazy.plugins.<name>.beforeSetup</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Lua code to run after the plugin is loaded, but before the setup
|
||||
function is called.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or strings concatenated with “\n”</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">null</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
Loading…
Reference in a new issue