(nvim) remove mode and branch from lualine while active
This commit is contained in:
parent
881cbb3575
commit
f0f66785af
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue