From 8e58c7dc5780a04f8d62fdd8b72ba8b6bb4f4e80 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 12 Mar 2024 09:29:34 +0100 Subject: [PATCH] nvim: replace gitlinker with maintained fork https://github.com/ruifm/gitlinker.nvim/pull/67#issuecomment-1990631051 --- .config/nvim/lua/my/plugins.lua | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index debf202..f75477c 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -240,14 +240,9 @@ require('packer').startup({ 'https://github.com/lewis6991/gitsigns.nvim', tag = '*' } - -- 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' + use { + 'https://github.com/linrongbin16/gitlinker.nvim', + requires = { 'https://github.com/nvim-lua/plenary.nvim' } } -- net