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

error every time I start nvim after installing this #4

Open
binduwavell opened this issue Jun 3, 2016 · 3 comments
Open

error every time I start nvim after installing this #4

binduwavell opened this issue Jun 3, 2016 · 3 comments

Comments

@binduwavell
Copy link

Error detected while processing /Users/bwavell/.config/nvim/plugged/neojs/plugin/unite.vim:
line   16:
E117: Unknown function: unite#custom#profile
Press ENTER or type command to continue
@mklabs
Copy link
Member

mklabs commented Jun 4, 2016

Yep, I have these too.

Related to #1 I think

@mklabs
Copy link
Member

mklabs commented Jun 4, 2016

I think I'll just give up on the idea of a vim superpackage for now, I need to get deeper into how vim-plug works. Plus, vim 8 will bring native package management so a lot will change in both vim / nvim.

I'll rework neojs to include essential stuff from my vimfiles repo.

@xer0x
Copy link

xer0x commented Mar 7, 2018

@mklabs your javascript super package was pretty cool.

For others trying to use this, it will load without errors if you add:

let mapleader = ","                                                                                               
let g:mapleader = ","   
" .... and
Plug 'shougu/unite.vim'                                                                                           
Plug 'vimlab/neojs'

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

3 participants