We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6bd26 commit b724d25Copy full SHA for b724d25
lua/options.lua
@@ -77,4 +77,10 @@ vim.o.confirm = true
77
-- set width guide column at 100 characters
78
vim.opt.colorcolumn = '100'
79
80
+-- fix git merging
81
+-- https://github.com/neovim/neovim/issues/22696#issuecomment-2796545495
82
+if vim.opt.diff:get() then
83
+ vim.o.diffopt = 'internal,filler,closeoff'
84
+end
85
+
86
-- vim: ts=2 sts=2 sw=2 et
0 commit comments