8000 GitHub - amjith/ghopen.nvim: NeoVim Plugin to open current file in the GH UI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amjith/ghopen.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ghopen.nvim

NeoVim Plugin to open current file in the GH UI (github.com or Github Enterprise).

Installation

LazyVim:

{
  "amjith/ghopen.nvim",
  opts = {}
}

Usage

Open a file in vim then try:

:Ghopen

or

<leader>go

Opens the file in github.com (comptaible with Github Enterprise).

If you have any lines highlighted visually they will be highlighted in the GH UI as well.

Configuration

The default keymap <leader>go can be overriden as follows:

{
  "amjith/ghopen.nvim",
  opts = {
    keymap = '<leader>gh'  -- default is <leader>go
  }
}

About

NeoVim Plugin to open current file in the GH UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0