Skip to content

baroldgene/git-links.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github-links.nvim

Have you ever been spelunking through code and then needed to show someone the line you're looking at? This plugin allows you to quickly generate a link to the specific line(s) of code you are on in the github or bitbucket web UI and put it in the + register (register can be customized).

Installation

Designed for LazyVim (since that's what I use). You can install by adding the following file: plugins/git-links.lua With the contents:

return {
  "baroldgene/git-links.nvim",
  opts = {}
}

Default Values

This plugin has the following defaults that can be overridden using opts= in the initialization. Here is the full spec:

return {
  "baroldgene/git-links.nvim",
  opts = {
    hotkey = "<leader>gw", -- Set to "" to disable hotkey entirely
    register = "+",
  }
}

Bugs and Feature Requests

Please report bugs or feature requests via github issues. Please keep in mind this is my first ever nvim plugin.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages