...
"coc.preferences.formatOnSaveFiletypes": [
"css",
"html",
"javascript",
"javascriptreact",
"json",
"jsonc",
"markdown",
"prisma",
"ruby",
"scss",
"typescript",
"typescriptreact",
"yaml"
],
...
But it does not work for prisma. All other filetypes do format properly.
I've followed the instructions here:
https://github.com/pantharshit00/coc-prisma/blob/fc64aaa7fb0f0cdf51a84eeadee53e99fe1d3b90/README.md#formatting
However, when using the command
:FormatI get the following:E492: Not an editor command: FormatAlso, here is what I have in my coc-settings:
But it does not work for prisma. All other filetypes do format properly.
Any ideas?