From e6b77bf7f3dc2c365bd5f29eae7f829fd0778c24 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sat, 18 May 2024 01:23:29 +0200 Subject: [PATCH] Temporarily switch to a fork of diffview Upstream has some issues with the latest release of NeoVim: - https://github.com/sindrets/diffview.nvim/pull/492 - https://github.com/sindrets/diffview.nvim/pull/489 --- dotfiles/.config/nvim/lua/dotfiles/packages.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/nvim/lua/dotfiles/packages.lua b/dotfiles/.config/nvim/lua/dotfiles/packages.lua index ebc8131..fc5ad21 100644 --- a/dotfiles/.config/nvim/lua/dotfiles/packages.lua +++ b/dotfiles/.config/nvim/lua/dotfiles/packages.lua @@ -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')