From 00a106ee8ab45a67110e0ea6cfafee49c137cfde Mon Sep 17 00:00:00 2001 From: Shuu Date: Tue, 5 Aug 2025 14:47:45 +0900 Subject: [PATCH] Added package lasm (#3096) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index e2bc08f..a81180a 100644 --- a/packages.json +++ b/packages.json @@ -35962,6 +35962,18 @@ "license": "MIT", "web": "https://github.com/pgvector/pgvector-nim" }, + { + "name": "lasm", + "url": "https://github.com/fox0430/lasm", + "method": "git", + "tags": [ + "lsp", + "editor" + ], + "description": "A configurable LSP server for debugging/testing LSP clients", + "license": "MIT", + "web": "https://github.com/fox0430/lasm" + }, { "name": "mmops", "url": "https://github.com/capocasa/mmops",