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.
This commit is contained in:
Sanchayan Maity 2023-01-12 18:35:52 +05:30
parent 22596f2998
commit fcc992511e
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

@ -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'