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',
|
'https://github.com/lewis6991/gitsigns.nvim',
|
||||||
tag = '*'
|
tag = '*'
|
||||||
}
|
}
|
||||||
-- use {
|
use {
|
||||||
-- 'https://github.com/ruifm/gitlinker.nvim',
|
'https://github.com/linrongbin16/gitlinker.nvim',
|
||||||
-- requires = { 'https://github.com/nvim-lua/plenary.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'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
-- net
|
-- net
|
||||||
|
|
Loading…
Reference in New Issue
Block a user