No description
This repository has been archived on 2026-07-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-17 21:51:16 +03:00
cmd fix bug with allocations 2026-05-17 21:51:16 +03:00
internal/lsp refactor client and server, add loglevel 2025-11-19 06:57:32 +03:00
test refactor client and server, add loglevel 2025-11-19 06:57:32 +03:00
.gitignore make it work like proxy 2025-06-02 19:35:01 +03:00
go.mod refactor signalling and argparse 2025-11-18 21:38:30 +03:00
go.sum refactor signalling and argparse 2025-11-18 21:38:30 +03:00
mise.toml refactor signalling and argparse 2025-11-18 21:38:30 +03:00
README.md update cmd 2026-01-03 19:04:25 +03:00

mals-lsp

LSP adapter.

Build

go build -o build/mals-adapter cmd/*.go

Usage

./build/mals-adapter -h

Install

cd build/mals-adapter
go install