ms-jpq / coq_nvim

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

feat(docs): adding code sample for installing COQ with `lazy.nvim` #637

Closed HicaroD closed 5 months ago

HicaroD commented 5 months ago

Some developers were having troubles trying to configure COQ with Neovim, like the ones here, especially with the plugin manager lazy.nvim which requires a little bit more setup than packer.nvim in order to make things work. So I added some instructions to help them.

ms-jpq commented 5 months ago

thank you! <3