aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server_configurations.md35
-rw-r--r--doc/server_configurations.txt35
2 files changed, 70 insertions, 0 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md
index 399e4f37..dc4170e7 100644
--- a/doc/server_configurations.md
+++ b/doc/server_configurations.md
@@ -90,6 +90,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [nickel_ls](#nickel_ls)
- [nil_ls](#nil_ls)
- [nimls](#nimls)
+- [nxls](#nxls)
- [ocamlls](#ocamlls)
- [ocamllsp](#ocamllsp)
- [ols](#ols)
@@ -3792,6 +3793,40 @@ require'lspconfig'.nimls.setup{}
```
+## nxls
+
+https://github.com/nrwl/nx-console/tree/master/apps/nxls
+
+nxls, a language server for Nx Workspaces
+
+`nxls` can be installed via `npm`:
+```sh
+npm i -g nxls
+```
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.nxls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "nxls", "--stdio" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "json", "jsonc" }
+ ```
+ - `root_dir` :
+ ```lua
+ util.root_pattern
+ ```
+
+
## ocamlls
https://github.com/ocaml-lsp/ocaml-language-server
diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt
index 399e4f37..dc4170e7 100644
--- a/doc/server_configurations.txt
+++ b/doc/server_configurations.txt
@@ -90,6 +90,7 @@ autogenerated from the Lua files. You can view this file in Nvim by running
- [nickel_ls](#nickel_ls)
- [nil_ls](#nil_ls)
- [nimls](#nimls)
+- [nxls](#nxls)
- [ocamlls](#ocamlls)
- [ocamllsp](#ocamllsp)
- [ols](#ols)
@@ -3792,6 +3793,40 @@ require'lspconfig'.nimls.setup{}
```
+## nxls
+
+https://github.com/nrwl/nx-console/tree/master/apps/nxls
+
+nxls, a language server for Nx Workspaces
+
+`nxls` can be installed via `npm`:
+```sh
+npm i -g nxls
+```
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.nxls.setup{}
+```
+
+
+**Default values:**
+ - `cmd` :
+ ```lua
+ { "nxls", "--stdio" }
+ ```
+ - `filetypes` :
+ ```lua
+ { "json", "jsonc" }
+ ```
+ - `root_dir` :
+ ```lua
+ util.root_pattern
+ ```
+
+
## ocamlls
https://github.com/ocaml-lsp/ocaml-language-server