fix: removed extensions from tabline
This commit is contained in:
parent
5ca719a5a7
commit
a1ffa2a39e
|
@ -307,12 +307,7 @@ local function status_dispatch()
|
||||||
end
|
end
|
||||||
|
|
||||||
local function tabline()
|
local function tabline()
|
||||||
local extension_sections = get_extension_sections()
|
return statusline(M.tabline, true)
|
||||||
local sections = extension_sections.sections
|
|
||||||
if sections == nil then
|
|
||||||
sections = M.tabline
|
|
||||||
end
|
|
||||||
return statusline(sections, true)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
local function setup_theme()
|
local function setup_theme()
|
||||||
|
|
Loading…
Reference in New Issue