feat(nvim): add gitlinker.nvim

This commit is contained in:
Price Hiller 2023-11-18 19:21:33 -06:00
parent 143f61d443
commit ee181e722b
No known key found for this signature in database

View File

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