neovim: remove lualine tabline

This commit is contained in:
2022-10-22 00:24:16 +03:00
parent 03839e7f61
commit 19ae00e8bb
2 changed files with 1 additions and 13 deletions

View File

@@ -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"