Skip to content

Commit

Permalink
docs: update server_configurations.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions committed Jan 24, 2022
1 parent 4f496ea commit c510964
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4940,9 +4940,12 @@ require'lspconfig'.powershell_es.setup{}

## prismals

npm install -g @prisma/language-server
Language Server for the Prisma JavaScript and TypeScript ORM

'prismals, a language server for the prisma javascript and typescript orm'
`@prisma/language-server` can be installed via npm
```sh
npm install -g @prisma/language-server
```



Expand Down
7 changes: 5 additions & 2 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4940,9 +4940,12 @@ require'lspconfig'.powershell_es.setup{}

## prismals

npm install -g @prisma/language-server
Language Server for the Prisma JavaScript and TypeScript ORM

'prismals, a language server for the prisma javascript and typescript orm'
`@prisma/language-server` can be installed via npm
```sh
npm install -g @prisma/language-server
```



Expand Down

0 comments on commit c510964

Please sign in to comment.