223 current 2025-01-11 05:39:19 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -46,13 +46,12 @@ require('lualine').setup {
|
|||||||
lualine_a = { { 'mode', right_padding = 1 } },
|
lualine_a = { { 'mode', right_padding = 1 } },
|
||||||
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 ]]
|
||||||
'diagnostics'
|
},
|
||||||
i },
|
|
||||||
lualine_x = {},
|
lualine_x = {},
|
||||||
lualine_y = { 'filetype', 'location' ,'progress' },
|
lualine_y = { 'filetype', 'location' ,'progress' },
|
||||||
lualine_z = {
|
lualine_z = {
|
||||||
{ 'location', left_padding = 1 },
|
{ 'diagnostics', left_padding = 1 },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
inactive_sections = {
|
inactive_sections = {
|
||||||
@@ -61,7 +60,7 @@ i },
|
|||||||
lualine_c = {},
|
lualine_c = {},
|
||||||
lualine_x = {},
|
lualine_x = {},
|
||||||
lualine_y = {},
|
lualine_y = {},
|
||||||
lualine_z = { },
|
lualine_z = { 'diagnostics' },
|
||||||
},
|
},
|
||||||
tabline = {},
|
tabline = {},
|
||||||
extensions = {},
|
extensions = {},
|
||||||
|
|||||||
Reference in New Issue
Block a user