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 },
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@ opt.cursorline = true
|
||||
opt.clipboard = "unnamedplus"
|
||||
opt.signcolumn = "yes"
|
||||
opt.fillchars:append({ eob = " " })
|
||||
opt.showtabline = 0
|
||||
opt.showtabline = 2
|
||||
opt.showcmd = false
|
||||
opt.guicursor = "a:block,i:ver25"
|
||||
opt.fileformat = "unix"
|
||||
|
||||
Reference in New Issue
Block a user