neovim: remove lualine tabline
This commit is contained in:
@@ -121,15 +121,6 @@ local diff = {
|
||||
"diff",
|
||||
}
|
||||
|
||||
local tabs = {
|
||||
"tabs",
|
||||
mode = 2,
|
||||
tabs_color = {
|
||||
active = "lualine_a_normal",
|
||||
inactive = "lualine_a_inactive",
|
||||
},
|
||||
}
|
||||
|
||||
local git_status = {
|
||||
function()
|
||||
return "勒" .. gstatus.ahead .. " " .. gstatus.behind .. ""
|
||||
@@ -147,9 +138,6 @@ lualine.setup({
|
||||
},
|
||||
},
|
||||
},
|
||||
tabline = {
|
||||
lualine_a = { tabs },
|
||||
},
|
||||
winbar = {
|
||||
lualine_a = { filename },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user