coq_nvim icon indicating copy to clipboard operation
coq_nvim copied to clipboard

How do you install this?

Open velllu opened this issue 3 years ago • 2 comments

I installed the following plugins: coq_nvim, coq.artifacts, nvim-lspconfig, nvim-lsp-installer. When I install Pyright with nvim-lsp-installer for example I get no python autocompletion

velllu avatar Jan 28 '22 14:01 velllu

It sounds like you might have not activated the language server. Try running through the nvim-lspconfig debugging guide. I'm using Jedi, but I was initially missing the language server snippet needed from my init.vim.

What does your config file look like?

omentic avatar Jan 28 '22 23:01 omentic

Please, please, please, post your init.lua

kaiuri avatar Mar 16 '22 13:03 kaiuri