diff options
| author | Chris <[email protected]> | 2020-10-29 00:14:19 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-10-29 00:14:19 -0400 | 
| commit | 3033af93c9f7cc29efb283ede047de2e0913905d (patch) | |
| tree | 11de8ce3194b1427e28b119e34ae385404e22096 /lua | |
| parent | ac7f03001ac6c68430d6306de19bc124c385ccd1 (diff) | |
update galaxyline
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/galaxy-line.lua | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/lua/galaxy-line.lua b/lua/galaxy-line.lua index cd7481d2..bcd136a2 100644 --- a/lua/galaxy-line.lua +++ b/lua/galaxy-line.lua @@ -180,6 +180,14 @@ gls.right[4] = {  --   }  -- } +gls.short_line_left[1] = { +  LeftEnd = { +    provider = function() return ' ' end, +    separator = ' ', +    separator_highlight = {colors.purple,colors.bg}, +    highlight = {colors.purple,colors.bg} +  } +}  -- gls.short_line_right[1] = {  --   BufferIcon = { | 
