mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 15:10:21 +00:00
Add IDE -vim (#580)
This commit is contained in:
parent
2dcc9cb135
commit
2adc3552e9
1 changed files with 17 additions and 0 deletions
|
@ -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. ",
|
||||
|
|
Loading…
Reference in a new issue