Add package nimsight (#3037)

* Added package nimsight

* Better description
This commit is contained in:
Jake Leahy 2025-05-05 03:37:13 +10:00 committed by GitHub
parent 95ea90744a
commit 51334dd3b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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