Skip to content

Commit

Permalink
docs(prismals): improve server description and installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Jan 24, 2022
1 parent 12a0d3a commit 4f496ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lua/lspconfig/server_configurations/prismals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ return {
},
docs = {
description = [[
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
```
]],
default_config = {
root_dir = [[root_pattern(".git", "package.json")]],
Expand Down

0 comments on commit 4f496ea

Please sign in to comment.