Skip to content

gugahoi/yarn.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NPM tasks runner plugin for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages