all repos

init.lua @ 221da13a3e38ae7259d954b8cde8090061bad4e9

my nvim config
1 files changed, 11 insertions(+), 0 deletions(-)
feat(options): configure `diffopt`
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-04-21 15:10:25 +0300
Parent: d1be135
M lua/core/options.lua

@@ -62,6 +62,17 @@ trail = "~",

tab = "│·", } +vim.opt.diffopt = { + "internal", + "filler", + "closeoff", + "context:12", + "algorithm:histogram", + "linematch:200", + "indent-heuristic", + "inline:word", +} + -- swap files vim.o.undofile = true vim.o.swapfile = false