Closed stardiviner closed 11 years ago
I use neocomplcache to complete, it set omnifunc like this:
au FileType python setlocal omnifunc=pythoncomplete#Complete
So I hope use lua complete in neocomplcache.
From ftplugin/lua.vim:
ftplugin/lua.vim
" Enable dynamic completion by searching "package.path" and "package.cpath". setlocal omnifunc=xolox#lua#omnifunc
I use neocomplcache to complete, it set omnifunc like this:
So I hope use lua complete in neocomplcache.