Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elianiva/telescope-npm.nvim

npm integration for telescope.nvim, WIP
https://github.com/elianiva/telescope-npm.nvim

neovim nvim-telescope

Last synced: 12 days ago
JSON representation

npm integration for telescope.nvim, WIP

Awesome Lists containing this project

README

        

# telescope-npm.nvim

Telescope plugin for npm related things like running scripts or adding/removing packages.

## Running Scripts

The command is `:Telescope npm scripts`

C-v to open in vertical split

C-x to open in horizontal split

CR to open in new tab

https://user-images.githubusercontent.com/51877647/124688684-6822bb00-df01-11eb-9109-3c430638b2b7.mp4

## Installing / Uninstalling Packages

The command is `:Telescope npm scripts`

C-i to install

C-d to uninstall

Everything inside the prompt will be forwarded into `npm` cli so you can do `-D foo bar baz` to install dev dependencies.

https://user-images.githubusercontent.com/51877647/124688695-6d800580-df01-11eb-988b-631d326fa7a4.mp4

## Configuration

> soon