neovim: add winbar in lualine config

This commit is contained in:
2022-08-28 23:00:13 +03:00
parent 78dd9bd07a
commit 6357decfcf
2 changed files with 16 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 = 2
opt.showtabline = 0
opt.showcmd = false
opt.guicursor = "a:block,i:ver25"
opt.fileformat = "unix"