nvim: replace gitlinker with maintained fork
https://github.com/ruifm/gitlinker.nvim/pull/67#issuecomment-1990631051
This commit is contained in:
parent
a8a95f9dd4
commit
8e58c7dc57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user