Add nimlangserver (#2187)

This commit is contained in:
zah 2022-03-26 14:10:14 +02:00 committed by GitHub
parent 7642e9ea43
commit a08964e537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1690,6 +1690,20 @@
"license": "MIT",
"web": "https://github.com/PMunch/jsonschema"
},
{
"name": "nimlangserver",
"url": "https://github.com/nim-lang/langserver",
"method": "git",
"tags": [
"lsp",
"nimsuggest",
"editor",
"ide-tools"
],
"description": "The Nim language server implementation (based on nimsuggest)",
"license": "MIT",
"web": "https://github.com/nim-lang/langserver"
},
{
"name": "nimlsp",
"url": "https://github.com/PMunch/nimlsp",