Skip to content

Commit

Permalink
Temporarily switch to a fork of diffview
Browse files Browse the repository at this point in the history
Upstream has some issues with the latest release of NeoVim:

- sindrets/diffview.nvim#492
- sindrets/diffview.nvim#489
  • Loading branch information
yorickpeterse committed May 17, 2024
1 parent 5e21ec2 commit e6b77bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/.config/nvim/lua/dotfiles/packages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use('yorickpeterse/nvim-pqf')
use('yorickpeterse/nvim-dd')
use('yorickpeterse/nvim-tree-pairs')
use('kyazdani42/nvim-web-devicons')
use('sindrets/diffview.nvim')
use('yorickpeterse/diffview.nvim')
use('nvim-telescope/telescope.nvim')
use({ 'nvim-telescope/telescope-fzf-native.nvim', run = '!make' })
use('mfussenegger/nvim-lint')
Expand Down

0 comments on commit e6b77bf

Please sign in to comment.