소스 검색

chore: don't override colors for location

Christian Chiarulli 2 년 전
부모
커밋
be9ea09df1
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      lua/lvim/core/lualine/components.lua

+ 1 - 2
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()