From 2adc3552e959fcaa66b892fa9b9f9e4e98df45d7 Mon Sep 17 00:00:00 2001 From: Ashvin Kumbhani Date: Mon, 12 Oct 2020 02:34:38 +0530 Subject: [PATCH] Add IDE -vim (#580) --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index ab77acc..889493c 100644 --- a/applications.json +++ b/applications.json @@ -3214,6 +3214,23 @@ "languages": [ "type_script" ] + }, + { + "short_description": "ubiquitous text editor", + "categories": [ + "ide" + ], + "repo_url": "https://github.com/vim/vim", + "title": "Vim", + "icon_url": "", + "screenshots": [ + "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/Vim-search-copen-quickfix.png/640px-Vim-search-copen-quickfix.png" + ], + "official_site": "https://www.vim.org/", + "languages": [ + "C", + "Vim script" + ] }, { "short_description": "ZeroBrane Studio is a lightweight cross-platform Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for various Lua engines. ",