Switch to maintained fork of diffview.nvim
This commit is contained in:
parent
29f702a0f3
commit
bab0d5a5b2
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue