vim-lua-ftplugin icon indicating copy to clipboard operation
vim-lua-ftplugin copied to clipboard

Getting completion for an embedded interpreter

Open oliviertilmans opened this issue 9 years ago • 1 comments

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!

oliviertilmans avatar May 06 '15 08:05 oliviertilmans

This plugin is written in VimScript. Are you embedding a new lua interpreter in Vim?

limadm avatar Jul 11 '16 07:07 limadm