Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/9999years/open-browser-git.nvim

Browse Git files online
https://github.com/9999years/open-browser-git.nvim

Last synced: 26 days ago
JSON representation

Browse Git files online

Awesome Lists containing this project

README

        

# open-browser-git.nvim

## Getting started

```lua
require("open_browser_git").setup {
command_prefix = "OpenGit",
}
```

Creates `:OpenGit [path]`, which opens `path` or the current file on GitHub or
GitLab in your default browser.

Let me know if there's other Git providers you want to bind to.