From 51334dd3b2b2078c3cf499b7923e851047cd0423 Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Mon, 5 May 2025 03:37:13 +1000 Subject: [PATCH] Add package `nimsight` (#3037) * Added package nimsight * Better description --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index ad47818..4a67ae2 100644 --- a/packages.json +++ b/packages.json @@ -35235,5 +35235,17 @@ "description": "A Java version manager and build tool written in Nim", "license": "MIT", "web": "https://github.com/meenbeese/jv" + }, + { + "name": "nimsight", + "url": "https://github.com/ire4ever1190/nimsight", + "method": "git", + "tags": [ + "lsp", + "tooling" + ], + "description": "LSP implementation for Nim based on `nim check`", + "license": "MIT", + "web": "https://github.com/ire4ever1190/nimsight" } ]