You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2026. It is now read-only.
Many Neovim users now rely on the builtin LSP rather than '3rd party' providers like CoC. Currently there is no way (that I know of) to integrate the format functionality into the Neovim LSP.
I think it would be beneficial to many Neovim users to get a separate binary for prisma-fmt that could hook into the prisma language server. Currently the only solution to get nicely formatted schema files is to open VSCode and format there, which is not ideal.
Follow up from prisma/prisma#19360 (reply in thread)
Many Neovim users now rely on the builtin LSP rather than '3rd party' providers like CoC. Currently there is no way (that I know of) to integrate the format functionality into the Neovim LSP.
I think it would be beneficial to many Neovim users to get a separate binary for prisma-fmt that could hook into the prisma language server. Currently the only solution to get nicely formatted schema files is to open VSCode and format there, which is not ideal.