213 current 2025-01-11 04:59:49 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-11 05:00:01 -05:00
parent 4540edc3fe
commit 9c06a62e76

View File

@@ -35,10 +35,10 @@ require('lualine').setup {
options = { options = {
theme = bubbles_theme, theme = bubbles_theme,
component_separators = '', component_separators = '',
section_separators = { left = '', right = '' }, section_separators = { left = '', right = '' },
}, },
sections = { sections = {
lualine_a = { { 'mode', separator = { left = '' }, right_padding = 2 } }, lualine_a = { { 'mode', separator = { left = '' }, right_padding = 2 } },
lualine_b = { 'filename', 'branch' }, lualine_b = { 'filename', 'branch' },
lualine_c = { lualine_c = {
'%=', --[[ add your center compoentnts here in place of this comment ]] '%=', --[[ add your center compoentnts here in place of this comment ]]
@@ -46,7 +46,7 @@ require('lualine').setup {
lualine_x = {}, lualine_x = {},
lualine_y = { 'filetype', 'progress' }, lualine_y = { 'filetype', 'progress' },
lualine_z = { lualine_z = {
{ 'location', separator = { right = '' }, left_padding = 2 }, { 'location', separator = { right = '' }, left_padding = 2 },
}, },
}, },
inactive_sections = { inactive_sections = {