hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
533 stars 40 forks source link

There is no completion for lua #12

Closed stasjok closed 2 years ago

stasjok commented 2 years ago

I'm not sure if this is a bug or not, but I don't have any completion for lua after ..

Completes: :lua

Doesn't complete: :lua vim.

But :echo getcompletion("lua vim.", "cmdline") gives some usefull results. Also I can complete with fallback <Tab> (internal completion).

hrsh7th commented 2 years ago

Fixed. Thank you.