aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-11 23:31:53 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-12-11 23:31:53 +0000
commited276f879e8b3d08fccc7a06d8e82348fa50d7f2 (patch)
tree7332458befb14acabcc32bf5f65bb7ca2dec6d08
parentfeat(nextls): default cmd #4232 (diff)
downloadnvim-lspconfig-ed276f879e8b3d08fccc7a06d8e82348fa50d7f2.tar
nvim-lspconfig-ed276f879e8b3d08fccc7a06d8e82348fa50d7f2.tar.gz
nvim-lspconfig-ed276f879e8b3d08fccc7a06d8e82348fa50d7f2.tar.bz2
nvim-lspconfig-ed276f879e8b3d08fccc7a06d8e82348fa50d7f2.tar.lz
nvim-lspconfig-ed276f879e8b3d08fccc7a06d8e82348fa50d7f2.tar.xz
nvim-lspconfig-ed276f879e8b3d08fccc7a06d8e82348fa50d7f2.tar.zst
nvim-lspconfig-ed276f879e8b3d08fccc7a06d8e82348fa50d7f2.zip
docs: update configs.md
skip-checks: true
-rw-r--r--doc/configs.md6
-rw-r--r--doc/configs.txt4
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md
index 60432e5a..adf2e822 100644
--- a/doc/configs.md
+++ b/doc/configs.md
@@ -7760,7 +7760,7 @@ Default config:
https://github.com/elixir-tools/next-ls
-**By default, next-ls does not set its `cmd`. Please see the following [detailed instructions](https://www.elixir-tools.dev/docs/next-ls/installation/) for possible installation methods.**
+**Please see the following [detailed instructions](https://www.elixir-tools.dev/docs/next-ls/installation/) for possible installation methods.**
Snippet to enable the language server:
```lua
@@ -7768,6 +7768,10 @@ vim.lsp.enable('nextls')
```
Default config:
+- `cmd` :
+ ```lua
+ { "nextls", "--stdio" }
+ ```
- `filetypes` :
```lua
{ "elixir", "eelixir", "heex", "surface" }
diff --git a/doc/configs.txt b/doc/configs.txt
index 7e34a347..7bb50ca6 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -5680,13 +5680,15 @@ nextls
https://github.com/elixir-tools/next-ls
-**By default, next-ls does not set its `cmd`. Please see the following [detailed instructions](https://www.elixir-tools.dev/docs/next-ls/installation/) for possible installation methods.**
+**Please see the following [detailed instructions](https://www.elixir-tools.dev/docs/next-ls/installation/) for possible installation methods.**
Snippet to enable the language server: >lua
vim.lsp.enable('nextls')
Default config:
+- cmd: >lua
+ { "nextls", "--stdio" }
- filetypes: >lua
{ "elixir", "eelixir", "heex", "surface" }
- root_markers: >lua