vim-lua-ftplugin
vim-lua-ftplugin copied to clipboard
Getting completion for an embedded interpreter
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!
This plugin is written in VimScript. Are you embedding a new lua interpreter in Vim?