From 4d706633b485843f67a6e6b63552b47d2c1fa480 Mon Sep 17 00:00:00 2001 From: Amjad Ben Hedhili Date: Mon, 8 Apr 2024 09:50:44 +0100 Subject: [PATCH] Add LSP-nimlangserver (#114) --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index 7598bb9..be90d81 100644 --- a/repository.json +++ b/repository.json @@ -680,6 +680,23 @@ } ] }, + { + "details": "https://github.com/sublimelsp/LSP-nimlangserver", + "name": "LSP-nimlangserver", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-OmniSharp", "name": "LSP-OmniSharp",