diff options
Diffstat (limited to 'doc/configs.txt')
| -rw-r--r-- | doc/configs.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
