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:
parent
22596f2998
commit
fcc992511e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue