fix: align diffopt with new default

This commit is contained in:
2025-04-09 02:38:05 +02:00
parent 99352e7bba
commit 7089dfcdcd
+1
View File
@@ -66,6 +66,7 @@ vim.opt.diffopt:append("internal")
-- These make diffs easier to read, please see the following: -- These make diffs easier to read, please see the following:
-- 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.diffopt:append("linematch:40")
vim.opt.hlsearch = true vim.opt.hlsearch = true
vim.opt.laststatus = 2 vim.opt.laststatus = 2
vim.opt.textwidth = 0 vim.opt.textwidth = 0