Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elianiva/telescope-npm.nvim
- Owner: elianiva
- Created: 2021-06-19T06:30:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T02:09:28.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:37:33.828Z (about 1 month ago)
- Topics: neovim, nvim-telescope
- Language: Lua
- Homepage:
- Size: 118 KB
- Stars: 37
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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