Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 331 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 331 Bytes

yarn.nvim

An npm script runner for neovim.

Installation

Lazy.nvim

{
  "gugahoi/yarn.nvim",
  dependencies = {
    "nvim-lua/plenary.nvim"
  },
  config = function()
    require("yarn").setup()
  end
}

Features

  • list tasks
  • run task
  • see output of tasks
  • run task in neovim terminal