{"id":20712925,"url":"https://github.com/thesis/vim-solidity","last_synced_at":"2025-04-23T07:55:31.631Z","repository":{"id":43188174,"uuid":"278258820","full_name":"thesis/vim-solidity","owner":"thesis","description":"Syntax highlighting for Solidity in Vim","archived":false,"fork":false,"pushed_at":"2022-09-26T18:18:38.000Z","size":63,"stargazers_count":50,"open_issues_count":8,"forks_count":7,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-23T07:55:20.763Z","etag":null,"topics":["ethereum","solidity","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thesis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-09T04:02:05.000Z","updated_at":"2024-04-01T01:46:45.000Z","dependencies_parsed_at":"2023-01-18T15:30:28.869Z","dependency_job_id":null,"html_url":"https://github.com/thesis/vim-solidity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis%2Fvim-solidity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis%2Fvim-solidity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis%2Fvim-solidity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thesis%2Fvim-solidity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thesis","download_url":"https://codeload.github.com/thesis/vim-solidity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250395201,"owners_count":21423376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ethereum","solidity","vim","vim-plugin"],"created_at":"2024-11-17T02:22:33.207Z","updated_at":"2025-04-23T07:55:31.602Z","avatar_url":"https://github.com/thesis.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-solidity\n\nMaintained syntax files for [Solidity](https://github.com/ethereum/solidity),\nthe smart contract programming language for Ethereum.\n\n## Installation\n\n### Pathogen\nRun the following command:\n\n```bash\ngit clone https://github.com/thesis/vim-solidity.git ~/.vim/bundle/vim-solidity\n```\n\n### Vundle\nAdd the following line to your `~/.vimrc`:\n\n```vim\nPlugin 'thesis/vim-solidity'\n```\n\n### Plug\nAdd the following line to your `~/.vimrc`:\n\n```vim\nPlug 'thesis/vim-solidity', {'branch': 'main' }\n```\n\n### No Plugin Manager\n\nCopy all of the files manually into your `~/.vim`.\n\n## Configuration\n\n```vim\naugroup solidity_folding\n    au!\n    au FileType solidity setlocal foldmethod=syntax\naugroup END\n```\n\nWill enable Solidity code-folding based on the included syntax file. This might\nhave an impact on editing performance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesis%2Fvim-solidity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthesis%2Fvim-solidity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthesis%2Fvim-solidity/lists"}