aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-07-06 07:46:27 +0000
committergithub-actions <github-actions@github.com>2021-07-06 07:46:27 +0000
commite01b305a03f0b43899d31c5bdbfa2f972cf19bbf (patch)
tree2f2f6b8ecf2b5c7e88fbfbb227674ef1fbc80161
parentMerge pull request #1042 from josemarluedke/feat/add-ember (diff)
downloadnvim-lspconfig-e01b305a03f0b43899d31c5bdbfa2f972cf19bbf.tar
nvim-lspconfig-e01b305a03f0b43899d31c5bdbfa2f972cf19bbf.tar.gz
nvim-lspconfig-e01b305a03f0b43899d31c5bdbfa2f972cf19bbf.tar.bz2
nvim-lspconfig-e01b305a03f0b43899d31c5bdbfa2f972cf19bbf.tar.lz
nvim-lspconfig-e01b305a03f0b43899d31c5bdbfa2f972cf19bbf.tar.xz
nvim-lspconfig-e01b305a03f0b43899d31c5bdbfa2f972cf19bbf.tar.zst
nvim-lspconfig-e01b305a03f0b43899d31c5bdbfa2f972cf19bbf.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md49
1 files changed, 48 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index b6df68dd..bf046f91 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -23,6 +23,7 @@ that config.
- [efm](#efm)
- [elixirls](#elixirls)
- [elmls](#elmls)
+- [ember](#ember)
- [erlangls](#erlangls)
- [flow](#flow)
- [fortls](#fortls)
@@ -1473,6 +1474,34 @@ require'lspconfig'.elmls.setup{}
```
+## ember
+
+https://github.com/lifeart/ember-language-server
+
+`ember-language-server` can be installed via `npm`:
+
+```sh
+npm install -g @lifeart/ember-language-server
+```
+
+
+
+**Snippet to enable the language server:**
+```lua
+require'lspconfig'.ember.setup{}
+```
+
+**Commands and default values:**
+```lua
+ Commands:
+
+ Default Values:
+ cmd = { "ember-language-server", "--stdio" }
+ filetypes = { "handlebars", "typescript", "javascript" }
+ root_dir = root_pattern("ember-cli-build.js", ".git")
+```
+
+
## erlangls
https://erlang-ls.github.io
@@ -3717,7 +3746,7 @@ require'lspconfig'.ocamllsp.setup{}
Default Values:
cmd = { "ocamllsp" }
- filetypes = { "ocaml", "ocamllex", "menhir", "reason", "ocamlinterface" }
+ filetypes = { "ocamlinterface", "ocaml", "ocamllex", "menhir", "reason" }
get_language_id = function(_, ftype)
return language_id_of[ftype]
end
@@ -5482,6 +5511,24 @@ This server accepts configuration via the `settings` key.
null
+- **`rust-analyzer.joinLines.joinElseIf`**: `boolean`
+
+ Default: `true`
+
+ null
+
+- **`rust-analyzer.joinLines.removeTrailingComma`**: `boolean`
+
+ Default: `true`
+
+ null
+
+- **`rust-analyzer.joinLines.unwrapTrivialBlock`**: `boolean`
+
+ Default: `true`
+
+ null
+
- **`rust-analyzer.lens.debug`**: `boolean`
Default: `true`