summaryrefslogtreecommitdiff
path: root/lua/nvcodeline.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nvcodeline.lua')
-rw-r--r--lua/nvcodeline.lua10
1 files changed, 9 insertions, 1 deletions
diff --git a/lua/nvcodeline.lua b/lua/nvcodeline.lua
index 0235f240..53b7a54a 100644
--- a/lua/nvcodeline.lua
+++ b/lua/nvcodeline.lua
@@ -113,6 +113,8 @@ gls.left[3] = {
gls.left[4] = {
GitBranch = {
provider = 'GitBranch',
+ separator = ' ',
+ separator_highlight = {colors.purple,colors.bg},
condition = buffer_not_empty,
highlight = {colors.grey,colors.bg},
}
@@ -130,7 +132,9 @@ gls.left[5] = {
DiffAdd = {
provider = 'DiffAdd',
condition = checkwidth,
- icon = ' ï‘— ',
+ -- separator = ' ',
+ -- separator_highlight = {colors.purple,colors.bg},
+ icon = ' ï‘— ',
highlight = {colors.green,colors.bg},
}
}
@@ -138,6 +142,8 @@ gls.left[6] = {
DiffModified = {
provider = 'DiffModified',
condition = checkwidth,
+ -- separator = ' ',
+ -- separator_highlight = {colors.purple,colors.bg},
icon = ' ï‘™ ',
highlight = {colors.blue,colors.bg},
}
@@ -146,6 +152,8 @@ gls.left[7] = {
DiffRemove = {
provider = 'DiffRemove',
condition = checkwidth,
+ -- separator = ' ',
+ -- separator_highlight = {colors.purple,colors.bg},
icon = '  ',
highlight = {colors.red,colors.bg},
}