hrsh7th / cmp-cmdline

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

Missing completions #7

Closed ranebrown closed 2 years ago

ranebrown commented 2 years ago

I've noticed cmdline isn't showing completions for some items that normally appear. Gitsigns and lua vim.lsp both don't shown any completions.

hrsh7th commented 2 years ago

It's using vim.fn.getcompletion. I can't fix it sorry.

ranebrown commented 2 years ago

Any idea how those other completions work?