Skip to content

A NeoVim plugin to quickly open the GitHub page for a plugin.

License

Notifications You must be signed in to change notification settings

fowlie/open-github-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Open Github Repo

A NeoVim plugin to quickly open the GitHub page for a plugin.

Installation

With lazy.nvim:

return {
    "fowlie/open-github-repo",
    ft = "lua", -- might work elsewhere too, but not tested
    config = function()
        require("open-github-repo")
    end,
},

Commands

The plugin provides the user command :OpenGitHubRepo. Invoke it when the cursor is on the name of a repo.

To bind it to a key you can do:

vim.keymap.set('n', '<leader>gh', '<Cmd>OpenGitHubRepo<CR>')

About

A NeoVim plugin to quickly open the GitHub page for a plugin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages