Skip to content

neovim plugin that open the link of current line on github

License

Notifications You must be signed in to change notification settings

ksaito422/remote-line.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remote-line.nvim

Open current line on remote repository.

🚀Features

  • Open the currently selected line in the remote repository
  • Copy the URL of the remote repository for the currently selected line
  • Open the line currently selected in blame mode in the remote repository
  • Open pull request the last changed commit

⚙️Introduction

lazy.nvim

require("lazy").setup({
  {
    "ksaito422/remote-line.nvim",
    dir = "~/work/project/dev/nvim-plug/remote-line.nvim",
    config = function()
      require("remote-line").setup({})
    end,
  }
)}

⚡️Requirements

📦Usage

Available via RemoteLine command.

About

neovim plugin that open the link of current line on github

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages