diff options
Diffstat (limited to 'lua/lvim/core')
| -rw-r--r-- | lua/lvim/core/lualine/components.lua | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua index b97f946e..b89bbd36 100644 --- a/lua/lvim/core/lualine/components.lua +++ b/lua/lvim/core/lualine/components.lua @@ -41,7 +41,6 @@ return {        modified = { fg = colors.yellow },        removed = { fg = colors.red },      }, -    color = {},      cond = nil,    },    python_env = { @@ -67,7 +66,6 @@ return {      "diagnostics",      sources = { "nvim_diagnostic" },      symbols = { error = " ", warn = " ", info = " ", hint = " " }, -    color = {},      cond = conditions.hide_in_width,    },    treesitter = { @@ -139,7 +137,7 @@ return {      color = {},      cond = conditions.hide_in_width,    }, -  filetype = { "filetype", cond = conditions.hide_in_width, color = {} }, +  filetype = { "filetype", cond = conditions.hide_in_width },    scrollbar = {      function()        local current_line = vim.fn.line "." | 
