Switch to maintained fork of diffview.nvim

This commit is contained in:
Amanda Graven 2026-03-16 10:28:13 +01:00
parent 29f702a0f3
commit bab0d5a5b2

View file

@ -845,7 +845,7 @@ require('lazy').setup({
{'lucaSartore/nvim-dap-exception-breakpoints', dependencies = {'mfussenegger/nvim-dap'}, config = function()
vim.keymap.set('n', '<Leader>de', require'nvim-dap-exception-breakpoints', { desc = 'Exception breakpoints'})
end},
{'sindrets/diffview.nvim', opts = {
{'dlyongemallo/diffview.nvim', opts = {
-- Use nicer highlighting for diffs
enhanced_diff_hl = true,
win_config = {