A neovim plugin to generate permalink from the editor.
Using plug:
Plug 'nvim-lua/plenary.vim'
Plug 'RyugaXhypeR/git_link.nvim'
Using packer:
use { 'RyugaXhypeR/git_link.nvim', requires = 'nvim-lua/plenary.nvim' }
<leader>gl
: Copies the permalink to clipboard.<leader>go
Opens the permalink in the default browser.