From a4a815849cdea8eb73f9959a2ca4c33484be3de9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 12 Mar 2024 09:49:00 +0100 Subject: [PATCH] Revert "nvim: replace gitlinker with maintained fork" This reverts commit 8e58c7dc5780a04f8d62fdd8b72ba8b6bb4f4e80. it has so many changes that my config doesn't work anymore --- .config/nvim/lua/my/plugins.lua | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index f75477c..debf202 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -240,9 +240,14 @@ require('packer').startup({ 'https://github.com/lewis6991/gitsigns.nvim', tag = '*' } - use { - 'https://github.com/linrongbin16/gitlinker.nvim', - requires = { 'https://github.com/nvim-lua/plenary.nvim' } + -- use { + -- 'https://github.com/ruifm/gitlinker.nvim', + -- requires = { 'https://github.com/nvim-lua/plenary.nvim' } + -- } + use { -- + 'https://github.com/tastytea/gitlinker.nvim', + requires = { 'https://github.com/nvim-lua/plenary.nvim' }, + branch = 'fix-cgit' } -- net