Revert "nvim: replace gitlinker with maintained fork"
This reverts commit 8e58c7dc57
.
it has so many changes that my config doesn't work anymore
This commit is contained in:
parent
8e58c7dc57
commit
a4a815849c
|
@ -240,9 +240,14 @@ require('packer').startup({
|
||||||
'https://github.com/lewis6991/gitsigns.nvim',
|
'https://github.com/lewis6991/gitsigns.nvim',
|
||||||
tag = '*'
|
tag = '*'
|
||||||
}
|
}
|
||||||
use {
|
-- use {
|
||||||
'https://github.com/linrongbin16/gitlinker.nvim',
|
-- 'https://github.com/ruifm/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