mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-14 22:47:48 +00:00
Compare commits
2 commits
a3bc445acd
...
41fb14cdae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41fb14cdae | ||
|
|
f70be8d6d1 |
2 changed files with 8 additions and 5 deletions
11
options.html
11
options.html
|
|
@ -19200,7 +19200,7 @@ string</p>
|
|||
<code class="literal">""</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"$${builtins.readFile ./my-lua-config-post.lua}"</code></p>
|
||||
<code class="literal">${builtins.readFile ./my-lua-config-post.lua}</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
|
|
@ -23192,13 +23192,16 @@ signed integer</p>
|
|||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Show the sign column</p>
|
||||
<p>Whether to show the sign column</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
string or boolean</p>
|
||||
string</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">true</code></p>
|
||||
<code class="literal">"yes"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"no"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@ slightly changed. See the new <a class="link" href="/index.xhtml#ch-dag-entries"
|
|||
making good use of its extensive Lua API. Additionally, Vimscript is slow and
|
||||
brings unnecessary performance overhead while working with different
|
||||
configuration formats.</p>
|
||||
</div><div class="section"> <div class="titlepage"> <div> <div> <h3 id="sec-vim-maps-rewrite" class="title" ><code class="literal">vim.maps</code> rewrite </h3> </div> </div></div><p>Instead of specifying map modes using submodules (e.g.: <code class="literal">vim.maps.normal</code>), a
|
||||
</div><div class="section"> <div class="titlepage"> <div> <div> <h3 id="sec-vim-maps-rewrite" class="title" ><code class="literal">vim.maps</code> rewrite </h3> </div> </div></div><p>Instead of specifying map modes using submodules (e.g., <code class="literal">vim.maps.normal</code>), a
|
||||
new <code class="literal">vim.keymaps</code> submodule with support for a <code class="literal">mode</code> option has been
|
||||
introduced. It can be either a string, or a list of strings, where a string
|
||||
represents the short-name of the map mode(s), that the mapping should be set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue