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

Getting completion for an embedded interpreter #37

Open
oliviertilmans opened this issue May 6, 2015 · 1 comment
Open

Getting completion for an embedded interpreter #37

oliviertilmans opened this issue May 6, 2015 · 1 comment

Comments

@oliviertilmans
Copy link

Hello,

I'm trying to understand how I could use this plugin to get completion to work for an embedded lua interpreter.
Basically, this embedded interpreter is pre-loaded with a lot of globals and metatables.
My best guess is that I need to either write some spec files to specify everything 'extra' I provide and/or dump them in a skeleton lua file from these specs that I would feed to this plugin.

Are there any standard way to do this?

Thanks!

@limadm
Copy link

limadm commented Jul 11, 2016

This plugin is written in VimScript. Are you embedding a new lua interpreter in 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

2 participants