Tom Arrell
Tom Arrell
I've written a small plugin that should help out with this case. It works alongside vim-node and provides configurable resolution for each project as well. Let me know if there's...
Thanks a lot for the question, and I'm glad you find the linter useful! You've come across quite a difficult question when it comes to whether or not we should...
Quick question, from what the usage is here my intuition says I should be able to swap the Rj9 out for a 3.5mm TRRS cable instead. Is there anything that...
Hey Nash, This list of default dirs is only used if the resolve key is not found in the `package.json`. It could be possible to add a separate list of...
Hmm that seems odd. I’ll have to have a look. Would you be able to provide an minimum reproducible example that I can test on? On Fri 20. Mar 2020...
Hey Chris! Sorry for the delayed response. I'm currently not using this project on a day-to-day basis, so unfortunately I'm a little far away from it to be able to...
Hi, thanks for the issues. Just so I'm clear on what your requirement for this one is, you would like to given a particular value, skip the internal iterator to...
No worries, I'm glad to just build out the core functionality for anyone in the future that might find it useful.
I've written a small plugin that uses the package.json to resolve Node Path Relative modules https://github.com/tomarrell/vim-npr and is configurable on a project-by-project basis. It may help out for your use...