(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 = {}
},
sections = {
lualine_a = { 'mode' },
lualine_b = { 'branch' },
lualine_a = { },
lualine_b = { },
lualine_c = { {
'filename',
file_status = true, -- display file status
path = 0 -- no file path
path = 1 -- no file path
} },
lualine_x = {
{