Skip to content

Commit 9393645

Browse files
committed
chore(opt): do not show statusline on splits
1 parent 3e07de1 commit 9393645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opts.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local opts = {}
44

55
opts.initial = function()
66
g.mapleader = " "
7-
-- opt.laststatus = 0
7+
opt.laststatus = 3
88
opt.clipboard = "unnamedplus"
99
opt.termguicolors = true
1010
opt.fillchars:append { eob = " " }

0 commit comments

Comments
 (0)