You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it's the same issue but I tested it on a vim setup and was working fine (plugins in both repos were registered and loaded), whereas in neovim I had to :PlugUpdate twice to have Plug see "nested" plugins.
Have hard time finding the right combination between vimfiles and neojs.
I'd like to Plug 'vimlab/neojs' which itself
Plug ..
everything else.If not possible (or clunky like right now), move to a
:NeoJS
command or similar.Will register / install and load internal plugins.
Another possible approach on BuffNewFile or using ft/javascript
Where a check is made to detect JS filetypes (as well as set it correctly for
#! /usr/bin/env node
If a JS files, register and load all JS related plugins (neomake, deoplete, tern, etc.)
The text was updated successfully, but these errors were encountered: