Remove nimsuggest as its now bundled with Nim.

Fixes https://github.com/nim-lang/nimble/issues/836
This commit is contained in:
Dominik Picheta 2020-08-23 14:29:14 +01:00 committed by GitHub
parent fff46a7374
commit ca63c5985e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2542,21 +2542,6 @@
"license": "MIT",
"web": "https://github.com/def-/nim-brainfuck"
},
{
"name": "nimsuggest",
"url": "https://github.com/nim-lang/nimsuggest.git",
"method": "git",
"tags": [
"binary",
"app",
"suggest",
"compiler",
"autocomplete"
],
"description": "Tool for providing auto completion data for Nim source code.",
"license": "MIT",
"web": "https://github.com/nim-lang/nimsuggest"
},
{
"name": "jwt",
"url": "https://github.com/yglukhov/nim-jwt.git",