diff --git a/home/programs/nvim/plugins/lualine.lua b/home/programs/nvim/plugins/lualine.lua index e520307..21fed42 100644 --- a/home/programs/nvim/plugins/lualine.lua +++ b/home/programs/nvim/plugins/lualine.lua @@ -49,9 +49,9 @@ require('lualine').setup { '%=', --[[ add your center compoentnts here in place of this comment ]] }, lualine_x = {}, - lualine_y = { 'filetype', 'location' ,'progress' }, + lualine_y = { 'filetype' ,'progress' }, lualine_z = { - { 'diagnostics', left_padding = 1 }, + { 'location', left_padding = 1 }, }, }, inactive_sections = {