An open API service indexing awesome lists of open source software.

https://github.com/feenkcom/gt4lsp

The connection to the Language Server Protocol for Glamorous Toolkit
https://github.com/feenkcom/gt4lsp

Last synced: 4 months ago
JSON representation

The connection to the Language Server Protocol for Glamorous Toolkit

Awesome Lists containing this project

README

          

# gt4lsp

##Installation

```Smalltalk
Metacello new
baseline: 'GToolkit4LSP';
repository: 'github://feenkcom/gt4lsp:main/src';
load.
```