Updated lualine
This commit is contained in:
@@ -118,9 +118,6 @@ return {
|
|||||||
active_indicators = { "[1]", "[2]", "[3]", "[4]" },
|
active_indicators = { "[1]", "[2]", "[3]", "[4]" },
|
||||||
_separator = " ",
|
_separator = " ",
|
||||||
separator = { left = "", right = "" },
|
separator = { left = "", right = "" },
|
||||||
-- color = function()
|
|
||||||
-- return { fg = mode_color[vim.fn.mode()], bg = "None", gui = "bold" }
|
|
||||||
-- end,
|
|
||||||
color = function()
|
color = function()
|
||||||
return { bg = mode_color[vim.fn.mode()], fg = colors.bg, gui = "bold" }
|
return { bg = mode_color[vim.fn.mode()], fg = colors.bg, gui = "bold" }
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user