Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 822 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 822 Bytes

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

recording_2021-07-07-085408.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.

recording_2021-07-07-085614.mp4

Configuration

soon