diff options
-rw-r--r-- | lua/lvim/core/lualine/components.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua index ece87bb3..a7934a38 100644 --- a/lua/lvim/core/lualine/components.lua +++ b/lua/lvim/core/lualine/components.lua @@ -12,7 +12,6 @@ local function diff_source() end end -local location_color = "SLBranchName" local branch = "%#SLGitIcon#" .. lvim.icons.git.Branch .. "%*" .. "%#SLBranchName#" return { @@ -137,7 +136,7 @@ return { color = { gui = "bold" }, cond = conditions.hide_in_width, }, - location = { "location", color = location_color }, + location = { "location" }, progress = { "progress", fmt = function() |