{"id":13772530,"url":"https://github.com/rosmanov/vim-ride","last_synced_at":"2026-01-18T19:03:22.380Z","repository":{"id":71235905,"uuid":"192933203","full_name":"rosmanov/vim-ride","owner":"rosmanov","description":"Syntax highlighting for the RIDE language","archived":false,"fork":false,"pushed_at":"2019-07-27T12:52:29.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-02-13T05:02:33.709Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rosmanov.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-06-20T14:18:58.000Z","updated_at":"2022-11-25T22:23:15.000Z","dependencies_parsed_at":"2023-02-28T01:01:10.109Z","dependency_job_id":null,"html_url":"https://github.com/rosmanov/vim-ride","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rosmanov/vim-ride","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosmanov%2Fvim-ride","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosmanov%2Fvim-ride/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosmanov%2Fvim-ride/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosmanov%2Fvim-ride/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosmanov","download_url":"https://codeload.github.com/rosmanov/vim-ride/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosmanov%2Fvim-ride/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28548952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:02:06.365Z","status":"ssl_error","status_checked_at":"2026-01-18T19:01:46.239Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-03T17:01:05.032Z","updated_at":"2026-01-18T19:03:22.365Z","avatar_url":"https://github.com/rosmanov.png","language":"Vim script","funding_links":[],"categories":["Frameworks and tools"],"sub_categories":["The Ride programming language"],"readme":"# About\n\nSyntax highlighting and indentation for the [RIDE](https://docs.wavesplatform.com/en/ride/about-ride.html) language.\n\n# Installation\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug):\n```\n:Plug 'rosmanov/vim-ride'\n:PlugInstall\n```\n\nAlternatively, copy the following directories to the vim configuration directory (usually `~/.vim/`):\n\n- ftdetect/\n- ftplugin/\n- indent/\n- syntax/\n\n## Code Completion and Linting\n\nThe plugin itself doesn't support code completion and linting, but these can be configured as follows:\n\n1. Install [Coc](https://github.com/neoclide/coc.nvim) plugin.\n2. Install [VS Code extension](https://github.com/wavesplatform/ride-vscode), e.g.:\n```\n# npm install -g '@waves/ride-language-server'\n```\n3. Open CoC configuration: `:CocConfig` and put a path to the language server launcher (`node_modules/@waves/ride-language-server/main.js`) as follows:\n```\n{\n    \"languageserver\": {\n        \"ride\": {\n            \"args\": [ \"--node-ipc\" ],\n            \"execArgv\": [ \"--nolazy\" ],\n            \"filetypes\": [ \"ride\" ],\n            \"initializationOptions\": {},\n            \"module\": \"/usr/lib64/node_modules/@waves/ride-language-server/main.js\",\n            \"settings\": { \"validate\": true },\n            \"trace.server\": \"verbose\"\n        }\n    }\n}\n```\n4. Restart (Neo)Vim or run `:CocRestart`.\n\n**Notes**\n\n- The `npm install -g` command requires superuser permissions. You may want to run it via `sudo`.\n- **Coc** plugin uses different locations for Vim/gVim and NeoVim configuration (see the [documentation](https://github.com/neoclide/coc.nvim/wiki/Using-the-configuration-file#configuration-file-resolve)). You may want to make a symbolic link as follows:\n```\nmkdir -p $HOME/.vim/\nln -s $HOME/.config/nvim/coc-settings.json $HOME/.vim/\n```\n\n**Screencast**\n\n[![asciicast](https://asciinema.org/a/dPviBAHLmQzueHIs7D4ymJ9Y8.svg)](https://asciinema.org/a/dPviBAHLmQzueHIs7D4ymJ9Y8)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosmanov%2Fvim-ride","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosmanov%2Fvim-ride","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosmanov%2Fvim-ride/lists"}