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

complete omni doesn't complete modules

Open aganm opened this issue 5 years ago • 0 comments

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.

aganm avatar Mar 05 '20 19:03 aganm