From 2b8e0ad778439ef9b377c7fa18845f18bf6bca39 Mon Sep 17 00:00:00 2001 From: GaƩtan Lepage Date: Fri, 12 Dec 2025 00:31:44 +0100 Subject: feat(nextls): default cmd #4232 --- lsp/nextls.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lsp') 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' }, } -- cgit v1.2.3-70-g09d2