Skip to content

An attempt at writing a bridge from LSP to the Ethersync protocol

Notifications You must be signed in to change notification settings

teamtype/teamtype-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

An attempt at writing a bridge from LSP to the Ethersync protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages