Skip to content

Commit

Permalink
Try out some better diffopts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Feb 7, 2025
1 parent bdbb091 commit 0d139f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ vim.o.textwidth = 79
vim.o.wrap = false
vim.o.showbreak = ''

vim.o.diffopt = 'internal,filler,closeoff,indent-heuristic,linematch:60,algorithm:histogram'

vim.opt.fillchars:append('diff:·')
vim.opt.isfname:remove('=') -- this is probably an assignment

Expand Down

0 comments on commit 0d139f9

Please sign in to comment.