openingh.nvim icon indicating copy to clipboard operation
openingh.nvim copied to clipboard

Open file or project in GitHub for neovim written in lua

Results 13 openingh.nvim issues
Sort by recently updated
recently updated
newest added

This plugin is great. It doesn't seem to work on Windows nvim. It would be great if the support could be extended to Windows users.

I wondered if copying the permalink directly from the plugin is too complicated since the OpenInGHLines already highlights the correct lines.

I get the below error when running `OpenInGHFile` ``` There is no active file to open! Error executing Lua callback: vim/_editor.lua:495: Expected lua string stack traceback: [C]: in function 'nvim_err_writeln'...

## I receives invalid urls for Bitbucket: * https://bitbucket.org/my-team/team-repo/tree/master * https://bitbucket.org/my-team/team-repo/blob/master/app/README.md ## URLs is correctly from my browser: * https://bitbucket.org/my-team/team-repo/src/master * https://bitbucket.org/my-team/team-repo/src/master/app/README.md The problem is the words: tree, blob and...

I am using ssh config hostnames, so I have different keys for different organizations. What do you think about respecting this options? Example: https://linuxize.com/post/using-the-ssh-config-file/#ssh-config-file-structure-and-patterns

help wanted
good first issue

`OpenInGHRepo`, `OpenInGHFile` and `OpenInGHFileLines` do nothing (dose not open browser and gives no output). Only `OpenInGHFileLines+` copies correct url to clipboard and gives msg `URL put into registry +`. How...

GitLab for example supports e.g. https://gitlab.com/org/group/repo.git

Running the test from a fresh clone raises the following: ``` $ make test nvim --headless --noplugin -u tests/minimal.vim -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/minimal.vim'}" Error detected while processing /home/dfavato/workspace/my/openingh.nvim/tests/minimal.vim:...

Hello, I am willing to open a file on azure devops in the same way. Are you open for pull request ?

help wanted