neovim: remove lualine tabline
This commit is contained in:
@@ -121,15 +121,6 @@ local diff = {
|
|||||||
"diff",
|
"diff",
|
||||||
}
|
}
|
||||||
|
|
||||||
local tabs = {
|
|
||||||
"tabs",
|
|
||||||
mode = 2,
|
|
||||||
tabs_color = {
|
|
||||||
active = "lualine_a_normal",
|
|
||||||
inactive = "lualine_a_inactive",
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
local git_status = {
|
local git_status = {
|
||||||
function()
|
function()
|
||||||
return "勒" .. gstatus.ahead .. " " .. gstatus.behind .. ""
|
return "勒" .. gstatus.ahead .. " " .. gstatus.behind .. ""
|
||||||
@@ -147,9 +138,6 @@ lualine.setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
tabline = {
|
|
||||||
lualine_a = { tabs },
|
|
||||||
},
|
|
||||||
winbar = {
|
winbar = {
|
||||||
lualine_a = { filename },
|
lualine_a = { filename },
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ opt.cursorline = true
|
|||||||
opt.clipboard = "unnamedplus"
|
opt.clipboard = "unnamedplus"
|
||||||
opt.signcolumn = "yes"
|
opt.signcolumn = "yes"
|
||||||
opt.fillchars:append({ eob = " " })
|
opt.fillchars:append({ eob = " " })
|
||||||
opt.showtabline = 0
|
opt.showtabline = 2
|
||||||
opt.showcmd = false
|
opt.showcmd = false
|
||||||
opt.guicursor = "a:block,i:ver25"
|
opt.guicursor = "a:block,i:ver25"
|
||||||
opt.fileformat = "unix"
|
opt.fileformat = "unix"
|
||||||
|
|||||||
Reference in New Issue
Block a user