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

complete omni doesn't complete modules #52

Open
aganm opened this issue Mar 5, 2020 · 0 comments
Open

complete omni doesn't complete modules #52

aganm opened this issue Mar 5, 2020 · 0 comments

Comments

@aganm
Copy link

aganm commented Mar 5, 2020

I set lua_complete_omni
let g:lua_complete_omni = 1

In my lua file, I require a module
require "my_module"

I type but no autocomplete for my module.
my_module.func()

If I run my script in lua, it executes fine, it detects the module. But no autocomplete whatsoever.

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

1 participant