mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01:00
deploy: 1fd4a2a1b8
This commit is contained in:
parent
9d3bccc7a7
commit
f24df162d5
2 changed files with 12 additions and 28 deletions
35
options.html
35
options.html
|
@ -19629,15 +19629,14 @@ list of string</p>
|
||||||
"filetype",
|
"filetype",
|
||||||
colored = true,
|
colored = true,
|
||||||
icon_only = true,
|
icon_only = true,
|
||||||
icon = { align = 'left' },
|
icon = { align = 'left' }
|
||||||
color = {bg='none', fg='lavender'},
|
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
''
|
''
|
||||||
{
|
{
|
||||||
"filename",
|
"filename",
|
||||||
color = {bg='none'},
|
|
||||||
symbols = {modified = ' ', readonly = ' '},
|
symbols = {modified = ' ', readonly = ' '},
|
||||||
|
separator = {right = ''}
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
]
|
]
|
||||||
|
@ -19676,13 +19675,7 @@ list of string</p>
|
||||||
removed = 'DiffDelete', -- Changes the diff's removed color you
|
removed = 'DiffDelete', -- Changes the diff's removed color you
|
||||||
},
|
},
|
||||||
symbols = {added = '+', modified = '~', removed = '-'}, -- Changes the diff symbols
|
symbols = {added = '+', modified = '~', removed = '-'}, -- Changes the diff symbols
|
||||||
color = {
|
separator = {right = ''}
|
||||||
bg='none',
|
|
||||||
fg='lavender'
|
|
||||||
},
|
|
||||||
separator = {
|
|
||||||
right = ''
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
]
|
]
|
||||||
|
@ -19745,10 +19738,6 @@ list of string</p>
|
||||||
return msg
|
return msg
|
||||||
end,
|
end,
|
||||||
icon = ' ',
|
icon = ' ',
|
||||||
color = {bg='none', fg='lavender'},
|
|
||||||
separator = {
|
|
||||||
left = '',
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
''
|
''
|
||||||
|
@ -19756,7 +19745,6 @@ list of string</p>
|
||||||
"diagnostics",
|
"diagnostics",
|
||||||
sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'},
|
sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'},
|
||||||
symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '},
|
symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '},
|
||||||
color = {bg='none', fg='lavender'},
|
|
||||||
diagnostics_color = {
|
diagnostics_color = {
|
||||||
color_error = { fg = 'red' },
|
color_error = { fg = 'red' },
|
||||||
color_warn = { fg = 'yellow' },
|
color_warn = { fg = 'yellow' },
|
||||||
|
@ -19794,14 +19782,16 @@ list of string</p>
|
||||||
'searchcount',
|
'searchcount',
|
||||||
maxcount = 999,
|
maxcount = 999,
|
||||||
timeout = 120,
|
timeout = 120,
|
||||||
color = {bg='none', fg='lavender'}
|
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
''
|
''
|
||||||
{
|
{
|
||||||
"branch",
|
"branch",
|
||||||
icon = ' •',
|
icon = ' •',
|
||||||
color = {bg='none', fg='lavender'},
|
separator = {
|
||||||
|
left = '',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
]
|
]
|
||||||
|
@ -19830,17 +19820,10 @@ list of string</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
<p><span class="emphasis"><em>Default:</em></span></p><pre><code class="programlisting">[
|
||||||
''
|
''
|
||||||
{
|
{"progress"}
|
||||||
"progress",
|
|
||||||
separator = {
|
|
||||||
left = '',
|
|
||||||
},
|
|
||||||
}
|
|
||||||
''
|
''
|
||||||
''
|
''
|
||||||
{
|
{"location"}
|
||||||
"location",
|
|
||||||
}
|
|
||||||
''
|
''
|
||||||
''
|
''
|
||||||
{
|
{
|
||||||
|
|
|
@ -150,7 +150,8 @@ if you choose to.</p></li><li class="listitem"><p>Add <code class="literal">vim.
|
||||||
configuration.</p></li><li class="listitem"><p>Refactor <code class="literal">programs.languages.elixir</code> to use lspconfig and none-ls for LSP and
|
configuration.</p></li><li class="listitem"><p>Refactor <code class="literal">programs.languages.elixir</code> to use lspconfig and none-ls for LSP and
|
||||||
formatter setups respectively. Diagnostics support is considered, and may be
|
formatter setups respectively. Diagnostics support is considered, and may be
|
||||||
added once the <a class="link" href="https://github.com/rrrene/credo" target="_top">credo</a> linter has been added
|
added once the <a class="link" href="https://github.com/rrrene/credo" target="_top">credo</a> linter has been added
|
||||||
to nixpkgs. A pull request is currently open.</p></li><li class="listitem"><p>Remove vim-tidal and friends</p></li></ul></div>
|
to nixpkgs. A pull request is currently open.</p></li><li class="listitem"><p>Remove vim-tidal and friends</p></li><li class="listitem"><p>Cleaned up Lualine module to reduce theme dependency on Catppuccin, and fixed
|
||||||
|
blending issues in component separators.</p></li></ul></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue