configured statusline fixes
This commit is contained in:
parent
5382ab6ad2
commit
d1bd0c8fb8
|
|
@ -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 } },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue