mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-06-11 07:23:19 +00:00
deploy: 21849b62be
This commit is contained in:
parent
295a38eee8
commit
02a4d0a3e3
67 changed files with 4 additions and 316129 deletions
|
|
@ -41952,9 +41952,9 @@ If populated, this option will set vim options in the built <code class="nixos-o
|
|||
after <code>basic</code> and before <code>pluginConfigs</code> DAG entries.</p>
|
||||
<div class="admonition note">
|
||||
<p class="admonition-title">Note</p>
|
||||
<p><code>{foo = "bar";}</code> will set <code>vim.o.foo</code> to "bar", where the type of <code>bar</code> in the
|
||||
resulting Lua value will be inferred from the type of the value in the
|
||||
<code>{name = value;}</code> pair passed to the option.</p>
|
||||
<p><code>{foo = "bar";}</code> will set <code>vim.opt.foo</code> to "bar", where the type of
|
||||
<code>bar</code> in the resulting Lua value will be inferred from the type of the
|
||||
value in the <code>{name = value;}</code> pair passed to the option.</p>
|
||||
</div>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>{ }</code></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue