1 files changed,
11 insertions(+),
0 deletions(-)
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