nvim: use my fork of gitlinker.nvim with fixed cgit
This commit is contained in:
parent
5b724f1c80
commit
9caf0ffd87
@ -197,9 +197,14 @@ require('packer').startup({ function(use)
|
||||
'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',
|
||||
-- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user