Open the current file (or lines) in remote git repository.
Find a file
2022-09-26 21:43:50 +03:00
lua/openingh chore: add support for diffrent branches 2022-09-26 21:43:50 +03:00
plugin chore: implement OpenInGhRepo with utils 2022-09-26 02:09:22 +03:00
LICENSE chore: initial commit 2022-09-25 23:30:27 +03:00
Makefile chore: initial commit 2022-09-25 23:30:27 +03:00
README.md chore: fix typo for command 2022-09-26 02:17:29 +03:00
stylua.toml chore: initial commit 2022-09-25 23:30:27 +03:00

Open in github for neovim written in lua (WIP)

Install

Commands

  • :OpenInGHRepo

    • Opens the git repository page in github.com
  • :OpenInGHFile

    • Opens the file page in github.com

Contributions