aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lsp/nextls.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lsp/nextls.lua b/lsp/nextls.lua
index 26f60013..c243dfbe 100644
--- a/lsp/nextls.lua
+++ b/lsp/nextls.lua
@@ -2,10 +2,11 @@
---
--- 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.**
---@type vim.lsp.Config
return {
+ cmd = { 'nextls', '--stdio' },
filetypes = { 'elixir', 'eelixir', 'heex', 'surface' },
root_markers = { 'mix.exs', '.git' },
}