ms-jpq / coq_nvim

Fast as FUCK nvim completion. SQLite, concurrent scheduler, hundreds of hours of optimization.
GNU General Public License v3.0
3.54k stars 100 forks source link

Feature request: support modular sources #153

Closed comploplo closed 3 years ago

comploplo commented 3 years ago

support for external sources of completions from other repostories, similar to nvim-cmp, maybe even sources designed to work with cmp, would be excelent.

comploplo commented 3 years ago

Closed because it's a duplicate of issue #80

ms-jpq commented 3 years ago

https://github.com/ms-jpq/coq_nvim/blob/coq/docs/CUSTOM_SOURCES.md

done,

its even faster than just using vimtex, orgmode, etc, because coq transparently adds a layer of sqlite cache

Mte90 commented 3 years ago

I was able to do it https://github.com/Mte90/coq_wordpress a custom one :-)

ms-jpq commented 3 years ago

nice!

btw

you can save a few lines of code I think

图片

dont need to expand it youself :D

Mte90 commented 3 years ago

Thanks I had some troubles to get the path of the plugin file so I had to do in that way.