fix: enable per-window statusline

This commit is contained in:
2024-11-18 16:58:59 +01:00
parent 044663220c
commit a25ce89b05
+1 -1
View File
@@ -65,7 +65,7 @@ vim.opt.diffopt:append("internal")
-- https://vimways.org/2018/the-power-of-diff/ -- https://vimways.org/2018/the-power-of-diff/
vim.opt.diffopt:append({ "indent-heuristic", "algorithm:histogram", }) vim.opt.diffopt:append({ "indent-heuristic", "algorithm:histogram", })
vim.opt.hlsearch = true vim.opt.hlsearch = true
vim.opt.laststatus = 3 vim.opt.laststatus = 2
vim.opt.textwidth = 0 vim.opt.textwidth = 0
vim.opt.colorcolumn = "81" vim.opt.colorcolumn = "81"
vim.opt.shortmess:append("a") vim.opt.shortmess:append("a")