diff options
Diffstat (limited to 'lsp/nextls.lua')
| -rw-r--r-- | lsp/nextls.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/nextls.lua b/lsp/nextls.lua index ff5415f1..d6c57ffa 100644 --- a/lsp/nextls.lua +++ b/lsp/nextls.lua @@ -1,8 +1,8 @@ ---@brief --- --- 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.** +--- 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.** return { filetypes = { 'elixir', 'eelixir', 'heex', 'surface' }, root_markers = { 'mix.exs', '.git' }, |
