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 unknow funtion skim#run on open Files #15

Open
3 of 9 tasks
axpira opened this issue Aug 18, 2020 · 2 comments
Open
3 of 9 tasks

Error unknow funtion skim#run on open Files #15

axpira opened this issue Aug 18, 2020 · 2 comments

Comments

@axpira
Copy link

axpira commented Aug 18, 2020

  • Category

    • Question
    • Bug
    • Suggestion
  • OS

    • Linux
    • macOS
    • Windows
    • Etc.
  • Vim

    • Vim
    • Neovim (v0,5.0-632)
  • Skim version 0.82

I tried to run :Files and got this:

Error detected while processing function fzf#vim#files[15]..<SNR>37_fzf[18]..<SNR>37_wrap:
line   12:
E117: Unknown function: skim#wrap
E15: Invalid expression: skim#wrap(a:name, opts, a:bang)
line   14:
E121: Undefined variable: wrapped
E15: Invalid expression: wrapped
Error detected while processing function fzf#vim#files[15]..<SNR>37_fzf:
line   18:
E117: Unknown function: skim#run
E15: Invalid expression: skim#run(s:wrap(a:name, merged, bang))
Press ENTER or type command to continue
@living180
Copy link

Ran into this myself - the problem is that you have lotabout/skim.vim enabled in NeoVim, but not lotabout/skim. They are different plugins, and lotabout/skim.vim does not work without lotabout/skim.

@marcelarie
Copy link

yes, with packer it will look like this:

-- skim
	use({ "lotabout/skim", dir = "~/.skim", run = "./install" })
	use("lotabout/skim.vim")

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