Update `lualine` options.

This commit is contained in:
Henry Denny 2024-03-18 21:40:37 +00:00
parent c4a7fb50c0
commit 6523ac3f9f
1 changed files with 1 additions and 0 deletions

View File

@ -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' } }
}, },