Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 581 Bytes

Open GitHub Action

Opens the GitHub Action or reusable Workflow source code from Neovim. This is especially useful for reusable workflows in your organization to quickly look at workflow parameters and source code.

output.webm

Installation

With lazy.vim:

{
  "amirkarimi/open-github-action.nvim",
  opts = {},
},

Usage

Move the cursor on the GitHub action or reusable workflow name and press gwx. It opens the source code in the browser.