feat(nvim): add gitlinker.nvim

This commit is contained in:
Price Hiller 2023-11-18 19:21:33 -06:00
parent 143f61d443
commit ee181e722b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -77,4 +77,11 @@ return {
},
},
},
{
"linrongbin16/gitlinker.nvim",
cmd = {
"GitLink"
},
config = true
}
}