mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-28 05:54:28 +00:00
deploy: 26edb440af
This commit is contained in:
parent
96753dfa7c
commit
5e3cf7c340
2 changed files with 6 additions and 7 deletions
File diff suppressed because one or more lines are too long
11
options.html
11
options.html
|
|
@ -46564,19 +46564,18 @@ not listed in the docs</p>
|
|||
</h3>
|
||||
<div class="option-type">Type: <code>attribute set of (attribute set)</code></div>
|
||||
<div class="option-description"><html><head></head><body><p>Your personal icon overrides.</p>
|
||||
<p>You can specify color or cterm_color instead of specifying
|
||||
both of them. DevIcon will be appended to <code>name</code></p>
|
||||
<p>You can specify color or <code>cterm_color</code> instead of specifying both of
|
||||
them. <code>DevIcon</code> will be appended to <code>name</code></p>
|
||||
</body></html></div>
|
||||
<div class="option-default">Default: <code>{ }</code></div>
|
||||
<div class="option-example">Example: <pre><code>{
|
||||
zsh = {
|
||||
name = "Zsh";
|
||||
icon = "";
|
||||
color = "#428850";
|
||||
cterm_color = "65";
|
||||
icon = "";
|
||||
name = "Zsh";
|
||||
};
|
||||
}
|
||||
</code></pre></div>
|
||||
}</code></pre></div>
|
||||
<div class="option-declared">Declared in: <code><a href="https://github.com/NotAShelf/nvf/blob/main/modules/plugins/visuals/nvim-web-devicons/nvim-web-devicons.nix" target="_blank"><nvf/modules/plugins/visuals/nvim-web-devicons/nvim-web-devicons.nix></a></code></div>
|
||||
</div>
|
||||
<div class="option" id="option-vim-visuals-nvim-web-devicons-setupOpts-variant">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue