From 9caf0ffd87b47a70f06037d99926a556c9567603 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 29 Sep 2022 12:43:19 +0200 Subject: [PATCH] nvim: use my fork of gitlinker.nvim with fixed cgit --- .config/nvim/lua/my/plugins.lua | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/my/plugins.lua b/.config/nvim/lua/my/plugins.lua index ebc7a09..e620643 100644 --- a/.config/nvim/lua/my/plugins.lua +++ b/.config/nvim/lua/my/plugins.lua @@ -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/tastytea/gitlinker.nvim', + requires = { 'https://github.com/nvim-lua/plenary.nvim' }, + branch = 'fix-cgit' } -- net