@@ -53,6 +53,9 @@ vim.o.mouse = 'v'
-- use POSIX-y shell for !
vim.o.shell = '/bin/sh'
+-- diff options, increase linematch to 60 and use histogram algorithm
+vim.o.diffopt = 'internal,filler,closeoff,linematch:60,algorithm:histogram'
+
-- basic keymaps
-- j/k with wraps