mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
deploy: 335fbea0c0
This commit is contained in:
parent
59b92212c9
commit
18713c49d2
2 changed files with 11 additions and 10 deletions
10
options.html
10
options.html
|
@ -26696,16 +26696,16 @@ null or string or list of string</p>
|
|||
<p>The position at which smart column should be displayed for each individual buffer type</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
attribute set of (signed integer or list of signed integer)</p>
|
||||
attribute set of (string or list of string)</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">vim.ui.smartcolumn.setupOpts.custom_colorcolumn = {
|
||||
nix = 110;
|
||||
ruby = 120;
|
||||
java = 130;
|
||||
go = [90 130];
|
||||
nix = "110";
|
||||
ruby = "120";
|
||||
java = "130";
|
||||
go = ["90" "130"];
|
||||
};
|
||||
|
||||
</code></pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue