Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework plugin loading / register #1

Open
mklabs opened this issue Jun 2, 2016 · 1 comment
Open

rework plugin loading / register #1

mklabs opened this issue Jun 2, 2016 · 1 comment

Comments

@mklabs
Copy link
Member

mklabs commented Jun 2, 2016

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.)

@mklabs
Copy link
Member Author

mklabs commented Jun 4, 2016

Maybe related (junegunn/vim-plug#492)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant