Closed maxmx03 closed 2 years ago
Hello, i tried to format prisma file with this plugin: plugin but didnt work. coc-prettier doesnt support plugins?
I'm formatting this way at the moment: autocmd InsertLeave *.prisma :!npx prisma format
autocmd InsertLeave *.prisma :!npx prisma format
This didn't work for me unfortunately. Any idea how to get it to work?
You have to make used the prettier used by coc-prettier installed with your plugin, use command :CocCommand prettier.openOutput
:CocCommand prettier.openOutput
Hello, i tried to format prisma file with this plugin: plugin but didnt work. coc-prettier doesnt support plugins?
I'm formatting this way at the moment:
autocmd InsertLeave *.prisma :!npx prisma format