feat: allow for global statusline.

This commit is contained in:
CronyAkatsuki 2025-10-22 19:39:35 +02:00
parent 5501a8027a
commit a3f243f85d

View file

@ -15,6 +15,9 @@ vim.opt.splitright = true
-- disable line wrapping
vim.opt.wrap = false
-- enable global statusline
vim.opt.laststatus = 3
-- setup tabs and indenting
vim.opt.expandtab = true
vim.opt.smartindent = true