(nvim) remove mode and branch from lualine while active

This commit is contained in:
jc 2025-01-03 14:35:45 -05:00
commit f0f66785af

View file

@ -20,12 +20,12 @@ return {
disabled_filetypes = {} disabled_filetypes = {}
}, },
sections = { sections = {
lualine_a = { 'mode' }, lualine_a = { },
lualine_b = { 'branch' }, lualine_b = { },
lualine_c = { { lualine_c = { {
'filename', 'filename',
file_status = true, -- display file status file_status = true, -- display file status
path = 0 -- no file path path = 1 -- no file path
} }, } },
lualine_x = { lualine_x = {
{ {