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" } ]