laststatus = 0 -> fix tmux bar with lualine

This commit is contained in:
Aram Markarov
2026-03-17 01:43:51 +01:00
parent 102b8e4dab
commit 1a99c78426
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ vim.opt.colorcolumn = "100"
vim.opt.formatoptions = "rqnj"
vim.o.sessionoptions =
"blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
vim.o.laststatus = 3
vim.o.laststatus = 0
vim.o.clipboard = "unnamedplus"
vim.o.cursorline = true
vim.o.cursorlineopt = "number"