mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-07 01:06:00 +00:00
Compare commits
3 commits
34c12eae07
...
9055c8e21e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9055c8e21e | ||
|
|
7bb0e4f730 | ||
|
|
51ad6edfc9 |
3 changed files with 30 additions and 2 deletions
File diff suppressed because one or more lines are too long
24
options.html
24
options.html
|
|
@ -10904,7 +10904,7 @@
|
|||
<details class="toc-category">
|
||||
<summary title="vim.minimap">
|
||||
<span>vim.minimap</span>
|
||||
<span class="toc-count">6</span>
|
||||
<span class="toc-count">7</span>
|
||||
</summary>
|
||||
<ul>
|
||||
|
||||
|
|
@ -10950,6 +10950,14 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-minimap-codewindow-setupOpts' title="vim.minimap.codewindow.setupOpts">
|
||||
codewindow.setupOpts
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href='#option-vim-minimap-minimap-vim-enable' title="vim.minimap.minimap-vim.enable">
|
||||
minimap-vim.enable
|
||||
|
|
@ -34934,6 +34942,20 @@ not listed in the docs</p>
|
|||
<div class="option-default">Default: <code>"<leader>mf"</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/minimap/codewindow/codewindow.nix" target="_blank"><nvf/modules/plugins/minimap/codewindow/codewindow.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-minimap-codewindow-setupOpts">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-minimap-codewindow-setupOpts" class="option-anchor">vim.minimap.codewindow.setupOpts</a>
|
||||
<span class="copy-link" title="Copy link to this option"></span>
|
||||
<span class="copy-feedback">Link copied!</span>
|
||||
</h3>
|
||||
<div class="option-type">Type: <code>open submodule of anything</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Option table to pass into the setup function of codewindow</p>
|
||||
<p>You can pass in any additional options even if they're
|
||||
not listed in the docs</p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>{ }</code></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/minimap/codewindow/codewindow.nix" target="_blank"><nvf/modules/plugins/minimap/codewindow/codewindow.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-minimap-minimap-vim-enable">
|
||||
<h3 class="option-name">
|
||||
<a href="#option-vim-minimap-minimap-vim-enable" class="option-anchor">vim.minimap.minimap-vim.enable</a>
|
||||
|
|
|
|||
|
|
@ -1969,6 +1969,12 @@ formatter.</p>
|
|||
<li>Added <a href="https://github.com/kampfkarren/selene">Selenen</a> for more diagnostics in
|
||||
<code>languages.lua</code>.</li>
|
||||
</ul>
|
||||
<p><a href="https://github.com/vagahbond">vagahbond</a>: [codewindow.nvim]:
|
||||
<a href="https://github.com/gorbit99/codewindow.nvim">https://github.com/gorbit99/codewindow.nvim</a></p>
|
||||
<ul>
|
||||
<li>Add [codewindow.nvim] plugin in <code>vim.assistant.codewindow</code> with <code>enable</code> and
|
||||
<code>setupOpts</code></li>
|
||||
</ul>
|
||||
<!-- vim: set textwidth=80: -->
|
||||
</body></html></main>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue