From fcc992511ea8c7e9c40ad71b284b830a5ff39227 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 12 Jan 2023 18:35:52 +0530 Subject: [PATCH] nvim: plugins: Use our own fork of gitlinker We want a fix and the author seems to be inactive, so use our own fork with the patch applied till the upstream author becomes active again. --- nvim/.config/nvim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index 3670461..b64edb2 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -24,7 +24,7 @@ local init = function () -- Git support use 'lewis6991/gitsigns.nvim' use 'tpope/vim-fugitive' - use 'ruifm/gitlinker.nvim' + use 'https://github.com/SanchayanMaity/gitlinker.nvim' use 'whiteinge/diffconflicts' -- Boost vim command line mode use 'vim-utils/vim-husk'