mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
laststatus = 0 -> fix tmux bar with lualine
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user