diff --git a/options.html b/options.html index 510d364..9507a0f 100644 --- a/options.html +++ b/options.html @@ -19629,15 +19629,14 @@ list of string
"filetype", colored = true, icon_only = true, - icon = { align = 'left' }, - color = {bg='none', fg='lavender'}, + icon = { align = 'left' } } '' '' { "filename", - color = {bg='none'}, - symbols = {modified = '', readonly = ''}, + symbols = {modified = ' ', readonly = ' '}, + separator = {right = ''} } '' ] @@ -19676,13 +19675,7 @@ list of string removed = 'DiffDelete', -- Changes the diff's removed color you }, symbols = {added = '+', modified = '~', removed = '-'}, -- Changes the diff symbols - color = { - bg='none', - fg='lavender' - }, - separator = { - right = '' - }, + separator = {right = ''} } '' ] @@ -19745,10 +19738,6 @@ list of string return msg end, icon = ' ', - color = {bg='none', fg='lavender'}, - separator = { - left = '', - }, } '' '' @@ -19756,7 +19745,6 @@ list of string "diagnostics", sources = {'nvim_lsp', 'nvim_diagnostic', 'coc'}, symbols = {error = ' ', warn = ' ', info = ' ', hint = ' '}, - color = {bg='none', fg='lavender'}, diagnostics_color = { color_error = { fg = 'red' }, color_warn = { fg = 'yellow' }, @@ -19794,14 +19782,16 @@ list of string 'searchcount', maxcount = 999, timeout = 120, - color = {bg='none', fg='lavender'} + } '' '' { "branch", icon = ' •', - color = {bg='none', fg='lavender'}, + separator = { + left = '', + }, } '' ] @@ -19830,17 +19820,10 @@ list of stringDefault:
[
''
- {
- "progress",
- separator = {
- left = '',
- },
- }
+ {"progress"}
''
''
- {
- "location",
- }
+ {"location"}
''
''
{
diff --git a/release-notes.html b/release-notes.html
index 99cf5e4..c6d522d 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -150,7 +150,8 @@ if you choose to.Add vim.
configuration.
Refactor programs.languages.elixir
to use lspconfig and none-ls for LSP and
formatter setups respectively. Diagnostics support is considered, and may be
added once the credo linter has been added
-to nixpkgs. A pull request is currently open.
Remove vim-tidal and friends
+to nixpkgs. A pull request is currently open.Remove vim-tidal and friends
Cleaned up Lualine module to reduce theme dependency on Catppuccin, and fixed
+blending issues in component separators.