Add IDE -vim (#580)

This commit is contained in:
Ashvin Kumbhani 2020-10-12 02:34:38 +05:30 committed by GitHub
parent 2dcc9cb135
commit 2adc3552e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. ",