pantharshit00/coc-prisma

Does not seem to work longer

Closed this issue · 7 comments

I have this specified in my init.vim file.

let g:coc_global_extensions = ['coc-eslint', 'coc-json', 'coc-pairs', 'coc-prettier', 'coc-tailwindcss', 'coc-tsserver', 'coc-emmet', 'coc-prisma']

But, I don't seem to get any validation or autocompletion?
image


Neovim version: v0.5.0
coc-prisma version: v0.10.0

Can you please share output of :CocCommand workspace.showOutput?

Try reinstalling it once as well

This is what I see when I run the command

image

I have tried re-installing the plugin several times.

Try adding "prisma.prismaFmtBinPath": "" in `coc-settings.json

That looks alright. Can I see your vim config? Also, please put that option if not already done. There is a null check issue in the main extension so that property might be required

Alright, here's my vim (neovim) configuration: https://github.com/albingroen/dotfiles/tree/master/vim

0.11 changed how this extension works and eliminates use of binary which was the major cause of issues.

Please try 0.11 release