https://github.com/tizee/nodemodules.vim
A vim plugin help navigate around node_modules for yarn/npm project
https://github.com/tizee/nodemodules.vim
Last synced: 5 months ago
JSON representation
A vim plugin help navigate around node_modules for yarn/npm project
- Host: GitHub
- URL: https://github.com/tizee/nodemodules.vim
- Owner: tizee
- Created: 2021-05-23T09:52:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T09:33:58.000Z (almost 5 years ago)
- Last Synced: 2025-07-31T02:44:26.436Z (11 months ago)
- Language: Vim script
- Size: 2.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodemodules.vim
A vim plugin help navigate around `node_modules` with `fzf`.
- npm or yarn is required.

## Usage
```
:Nodemodules [pattern-of-package-name]
```