lsp.cr

WORK IN PROGRESS

[Language Server Protocol]0 specification implemented in Crystal.

Current Progress:

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      lsp:
        github: TunkShif/lsp.cr
  2. Run shards install

Usage

require "lsp"