This file is used to help you navigate around in your project. You will want to install Tpope Vim Projections.
Create a new file .projections.json and put it in your root project directory and take the above code and put it in there.
| { | |
| "app/initializers/*.js": { | |
| "type": "initializer" | |
| }, | |
| "app/services/*.js": { | |
| "type": "service" | |
| }, | |
| "app/models/*.js": { | |
| "type": "model", |
This file is used to help you navigate around in your project. You will want to install Tpope Vim Projections.
Create a new file .projections.json and put it in your root project directory and take the above code and put it in there.