0.11.0 • Published 2 years ago

coc-prisma v0.11.0

Weekly downloads
51
License
MIT
Repository
github
Last release
2 years ago

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

Commands

coc-prisma.restartLanguageServer: Restarts the Prisma Language Server

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

0.11.0

2 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.1.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago