coq_nvim
coq_nvim copied to clipboard
Coq Misses some Ansible LSP Sources
When creating a task in ansible, Coq is lacking some completions for classes compared to nvim cmp in manual completion (ctrl + space):
Cmp

This only has some of all the completions shown, otherwise it would be a bit large
Coq

And while yes, this shows less because I haven't scrolled through it in the screenshot, it is only showing Properties and nothing else.
When I begin to type, however, outside of manual completion it will begin to display the classes... but only what matches what has been typed which makes it difficult to quickly look at and go through the classes ansible provides.