summaryrefslogtreecommitdiff
path: root/lua/lvim/core
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-04-20 13:27:51 +0200
committerkylo252 <[email protected]>2022-04-20 13:27:51 +0200
commitce4f7b0fc82dcc0ec604cd7b576ae5db95ab7235 (patch)
tree0dbea71a10ac2f3c5e1e2ba21e8d132fa0199f3a /lua/lvim/core
parent2567d8612e2f31c024038e54b3dfa4825ff539d6 (diff)
parent0481ec8dddf4bd8ed81c10ae98807fec97f6f872 (diff)
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'lua/lvim/core')
-rw-r--r--lua/lvim/core/lualine/components.lua4
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 "."