fix: enable per-window statusline
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user