Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

coc-prisma

Harshit Pant

Coc extension that implements Prisma Language Server

Installation CommandVim prompt
:CocInstall coc-prisma
GitHub owner
Harshit Pant
Version
v0.13.0
npm package
coc-prisma
Requirements
coc ^0.0.82
License
MIT
Repository
GitHub
npm latest published 2025-08-30Registry checked 2026-08-23Registry summary

Published Package Summary

coc-prisma

Coc extension that implements Prisma Language Server. Use it alongside with the Prisma syntax plugin: https://github.com/pantharshit00/vim-prisma

Install

:CocInstall coc-prisma

Screenshots

image

image

Formatting

This extension supports formatting of Prisma files. Under the hood, the language server runs the prisma-fmt binary and it produces the formatted output.

In order to format your file, you can :Format which is provided by CoC. If you want to enable autoformatting on save, add prisma under the coc.preferences.formatOnSaveFiletypes key in coc-settings.json file. You can typically find your coc-settings.json located at ~/.config/nvim/coc-settings.json

{
  "coc.preferences.formatOnSaveFiletypes": [
    "prisma"
  ]
}

License

MIT


This extension is created by create-coc-extension

Read the complete README
  • Coc extension that implements Prisma Language Server
Activation Events
  • onLanguage:prisma
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version History

This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.