javascript require import support
plexigras opened this issue · 7 comments
plexigras commented
or maybe someone can tell me how to add $(npm config get prefix)/lib/node_modules
and $(npm prefix)/node_modules
as paths.
Shougo commented
:help g:neoinclude#paths
plexigras commented
can you tell me how because the help is not all that clear.
Shougo commented
When there is not it, 'path' is used. Refer to 'path' for the description form.
If so, you should use path option.
plexigras commented
i cant get it to work and i still think it would be nice if neoinclude had javascript support by default?
Shougo commented
Pull request is wellcome.
I don't get the generic solution.
No magic.
Shougo commented
Open source solution:
You can fix it if you really need the feature.
Shougo commented
Hint:
You can add the support in the function.
https://github.com/Shougo/neoinclude.vim/blob/master/autoload/neoinclude.vim#L175