diff --git a/home/programs/nvim/plugins/lualine.lua b/home/programs/nvim/plugins/lualine.lua index 88edf57..7601a3e 100644 --- a/home/programs/nvim/plugins/lualine.lua +++ b/home/programs/nvim/plugins/lualine.lua @@ -35,10 +35,10 @@ require('lualine').setup { options = { theme = bubbles_theme, component_separators = '', - section_separators = { left = '', right = '' }, + section_separators = { left = '', right = '' }, }, sections = { - lualine_a = { { 'mode', separator = { left = '' }, right_padding = 2 } }, + lualine_a = { { 'mode', separator = { left = '' }, right_padding = 2 } }, lualine_b = { 'filename', 'branch' }, lualine_c = { '%=', --[[ add your center compoentnts here in place of this comment ]] @@ -46,7 +46,7 @@ require('lualine').setup { lualine_x = {}, lualine_y = { 'filetype', 'progress' }, lualine_z = { - { 'location', separator = { right = '' }, left_padding = 2 }, + { 'location', separator = { right = '' }, left_padding = 2 }, }, }, inactive_sections = {