mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 03:47:37 +00:00
deploy: 0af6815072
This commit is contained in:
parent
75d4de879e
commit
660473cbc7
93 changed files with 24 additions and 421796 deletions
45
options.html
45
options.html
|
|
@ -43591,9 +43591,11 @@ Make sure that color is set to <code>never</code> because telescope does not yet
|
|||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>null or package</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>The package that should be used for lazygit. Setting it to null will attempt to use lazygit from your PATH</p>
|
||||
<div class="option-description"><html><head></head><body><p>The package that should be used for lazygit.</p>
|
||||
<p>Setting this option to <code>null</code> will instead attempt to use <code>lazygit</code>
|
||||
from your <code class="env-var">PATH</code></p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code><derivation lazygit-0.60.0></code></div>
|
||||
<div class="option-default">Default: <code>pkgs.lazygit</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/terminal/toggleterm/toggleterm.nix" target="_blank"><nvf/modules/plugins/terminal/toggleterm/toggleterm.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-terminal-toggleterm-mappings-open">
|
||||
|
|
@ -43641,9 +43643,10 @@ not listed in the docs</p>
|
|||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>boolean</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Enable winbar</p>
|
||||
<div class="option-description"><html><head></head><body><p>Whether to enable winbar.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>false</code></div>
|
||||
<div class="option-example">Example: <code>true</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/terminal/toggleterm/toggleterm.nix" target="_blank"><nvf/modules/plugins/terminal/toggleterm/toggleterm.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-terminal-toggleterm-setupOpts-size">
|
||||
|
|
@ -43653,20 +43656,18 @@ not listed in the docs</p>
|
|||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>(luaInline) or signed integer</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Number or lua function which is passed to the current terminal</p>
|
||||
<div class="option-description"><html><head></head><body><p>Integer or Lua function which is passed to the current terminal</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>{
|
||||
_type = "lua-inline";
|
||||
expr = ''
|
||||
function(term)
|
||||
if term.direction == "horizontal" then
|
||||
return 15
|
||||
elseif term.direction == "vertical" then
|
||||
return vim.o.columns * 0.4
|
||||
end
|
||||
<div class="option-default">Default: <code>mkLuaInline ''
|
||||
function(term)
|
||||
if term.direction == "horizontal" then
|
||||
return 15
|
||||
elseif term.direction == "vertical" then
|
||||
return vim.o.columns * 0.4
|
||||
end
|
||||
'';
|
||||
}</code></div>
|
||||
end
|
||||
''
|
||||
</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/terminal/toggleterm/toggleterm.nix" target="_blank"><nvf/modules/plugins/terminal/toggleterm/toggleterm.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-terminal-toggleterm-setupOpts-winbar-enabled">
|
||||
|
|
@ -43691,14 +43692,12 @@ not listed in the docs</p>
|
|||
<div class="option-type">Type: <code>luaInline</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Winbar formatter function.</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>{
|
||||
_type = "lua-inline";
|
||||
expr = ''
|
||||
function(term)
|
||||
return term.name
|
||||
end
|
||||
'';
|
||||
}</code></div>
|
||||
<div class="option-default">Default: <code>mkLuaInline ''
|
||||
function(term)
|
||||
return term.name
|
||||
end
|
||||
''
|
||||
</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/terminal/toggleterm/toggleterm.nix" target="_blank"><nvf/modules/plugins/terminal/toggleterm/toggleterm.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-theme-base16-colors-base00">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue