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 Jun 12, 2022
1 parent 7a9c048 commit 86f9c29
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions doc/server_configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4264,10 +4264,11 @@ require'lspconfig'.puppet.setup{}
## purescriptls

https://github.com/nwolverson/purescript-language-server
`purescript-language-server` can be installed via `npm`
```sh
npm install -g purescript-language-server
```

The `purescript-language-server` can be added to your project and `$PATH` via

* JavaScript package manager such as npm, pnpm, Yarn, et al.
* Nix under the `nodePackages` and `nodePackages_latest` package sets



Expand All @@ -4288,7 +4289,7 @@ require'lspconfig'.purescriptls.setup{}
```
- `root_dir` :
```lua
root_pattern("spago.dhall, 'psc-package.json', bower.json")
root_pattern('spago.dhall', 'psc-package.json', 'bower.json', 'flake.nix', 'shell.nix'),
```


Expand Down
11 changes: 6 additions & 5 deletions doc/server_configurations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4264,10 +4264,11 @@ require'lspconfig'.puppet.setup{}
## purescriptls

https://github.com/nwolverson/purescript-language-server
`purescript-language-server` can be installed via `npm`
```sh
npm install -g purescript-language-server
```

The `purescript-language-server` can be added to your project and `$PATH` via

* JavaScript package manager such as npm, pnpm, Yarn, et al.
* Nix under the `nodePackages` and `nodePackages_latest` package sets



Expand All @@ -4288,7 +4289,7 @@ require'lspconfig'.purescriptls.setup{}
```
- `root_dir` :
```lua
root_pattern("spago.dhall, 'psc-package.json', bower.json")
root_pattern('spago.dhall', 'psc-package.json', 'bower.json', 'flake.nix', 'shell.nix'),
```


Expand Down

0 comments on commit 86f9c29

Please sign in to comment.