1
0
Fork 0

nvim: replace gitlinker with maintained fork

https://github.com/ruifm/gitlinker.nvim/pull/67#issuecomment-1990631051
This commit is contained in:
tastytea 2024-03-12 09:29:34 +01:00
parent a8a95f9dd4
commit 8e58c7dc57
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 8 deletions

View File

@ -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/ruifm/gitlinker.nvim/pull/67>
'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