README.md

# NextLS

NextLS is an experimental language server for Elixir.

One goal is to create a language server to test the power of [gen_lsp](https://github.com/mhanberg/gen_lsp), a library I'm working on for creating language servers. I also want a playground to be able to push the limits of what an Elixir language server can do.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `next_ls` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:next_ls, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/next_ls>.