Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 663 Bytes

File metadata and controls

21 lines (17 loc) · 663 Bytes

fake.rb tries to wrap any "Ethersync Collaboration Server", and speaks plain LSP on stdin/stdout.

Here's an example configuration for Kate:

{
  "servers": {
    "fake": {
      "command": ["/home/blinry/tmp/fake-lsp/fake.rb", "ethersync", "client"],
      "rootIndicationFileNames": [".ethersync"],
      "highlightingModeRegex": "."
    }
  }
}

Caveats