summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2022-11-04 13:32:50 -0400
committerChristian Chiarulli <[email protected]>2022-11-04 13:32:50 -0400
commit8794ff76f52e80564aafc1ddda6824a9d7f2f5d7 (patch)
tree05ff9d717fcfa345996957756ca28a9e433af653
parent5ba80b10cf5b413d993435432d8c43a83511ce30 (diff)
chore: remove separator
-rw-r--r--lua/lvim/core/lualine/components.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua
index 4f3781ec..ece87bb3 100644
--- a/lua/lvim/core/lualine/components.lua
+++ b/lua/lvim/core/lualine/components.lua
@@ -14,7 +14,6 @@ end
local location_color = "SLBranchName"
local branch = "%#SLGitIcon#" .. lvim.icons.git.Branch .. "%*" .. "%#SLBranchName#"
-local separator = "%#SLSeparator#" .. lvim.icons.ui.LineMiddle .. "%*"
return {
mode = {
@@ -135,7 +134,6 @@ return {
return language_servers
end,
- separator = separator,
color = { gui = "bold" },
cond = conditions.hide_in_width,
},
@@ -153,7 +151,6 @@ return {
local shiftwidth = vim.api.nvim_buf_get_option(0, "shiftwidth")
return lvim.icons.ui.Tab .. " " .. shiftwidth
end,
- separator = separator,
padding = 1,
},
encoding = {