fix: removed extensions from tabline

This commit is contained in:
hoob3rt 2021-03-16 00:01:04 +01:00
parent 5ca719a5a7
commit a1ffa2a39e
1 changed files with 1 additions and 6 deletions

View File

@ -307,12 +307,7 @@ local function status_dispatch()
end
local function tabline()
local extension_sections = get_extension_sections()
local sections = extension_sections.sections
if sections == nil then
sections = M.tabline
end
return statusline(sections, true)
return statusline(M.tabline, true)
end
local function setup_theme()