Always show tabline

This commit is contained in:
2022-01-22 12:14:36 +03:00
parent 01740d0d98
commit 6821b6655a

View File

@@ -28,6 +28,7 @@ opt.cursorline = true
opt.clipboard = "unnamedplus"
opt.signcolumn = "yes"
opt.fillchars:append({ eob = " " })
opt.showtabline = 2
-- Settings for folds
wo.foldmethod = "expr"