configured statusline fixes

This commit is contained in:
dlond 2025-05-27 04:54:10 +12:00
parent 5382ab6ad2
commit d1bd0c8fb8
1 changed files with 7 additions and 7 deletions

View File

@ -14,13 +14,13 @@ return {
opts.content = opts.content or {} opts.content = opts.content or {}
opts.content.active = function() opts.content.active = function()
local mode, git, diagnostics, filename, fileinfo, target, location = local mode, git, diagnostics, filename, fileinfo, target, location =
statusline.section_mode(), statusline.section_mode {},
statusline.section_git(), statusline.section_git {},
statusline.section_diagnostics(), statusline.section_diagnostics {},
statusline.section_filename(), statusline.section_filename {},
statusline.section_fileinfo(), statusline.section_fileinfo {},
statusline.section_target(), statusline.section_target {},
statusline.section_location() statusline.section_location {}
return statusline.combine_groups { return statusline.combine_groups {
{ hl = 'MiniStatuslineModeNormal', strings = { mode } }, { hl = 'MiniStatuslineModeNormal', strings = { mode } },