1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-11 11:47:03 +03:00

Address review

This commit is contained in:
Avi Dessauer 2021-12-15 14:23:18 -05:00
parent 7c783852fc
commit 69e8d678af

View File

@ -54,6 +54,7 @@ The VS Code extension offers three configuration options:
- `"nls.server.path"`: Path to nickel language server
- `"nls.server.trace"`: "Enables performance tracing to the given file"
- `"nls.server.debugLog"`: "Logs the communication between VS Code and the language server."
### Neovim
@ -73,6 +74,8 @@ Add the `nickel_ls` `JSON` object to your `:CocConfig`/`coc-settings.json`.
"languageserver": {
"nickel_ls": {
"command": "nls",
// You can enable performance tracing with:
// "command": "nls --trace <file>",
"rootPatterns": [
".git"
],