Update `lualine` options.
This commit is contained in:
parent
c4a7fb50c0
commit
6523ac3f9f
|
@ -27,6 +27,7 @@ return {
|
||||||
theme = 'auto',
|
theme = 'auto',
|
||||||
component_separators = { left = '', right = '' },
|
component_separators = { left = '', right = '' },
|
||||||
section_separators = { left = '', right = '' },
|
section_separators = { left = '', right = '' },
|
||||||
|
globalstatus = true,
|
||||||
},
|
},
|
||||||
sections = { lualine_x = { 'filetype', 'tabnine' } }
|
sections = { lualine_x = { 'filetype', 'tabnine' } }
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue