npm integration for telescope.nvim, WIP
Last updated Mar 17, 2025
37
Stars
2
Forks
0
Issues
0
Stars/day
Attention Score
2
Topics
Language breakdown
Lua 100.0%
โธ Files
click to expand
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
๐ More in this category