{"id":13728159,"url":"https://github.com/tpope/vim-rvm","last_synced_at":"2025-02-26T02:43:43.336Z","repository":{"id":66259805,"uuid":"2303471","full_name":"tpope/vim-rvm","owner":"tpope","description":"rvm.vim: Switch Ruby versions from inside Vim","archived":false,"fork":false,"pushed_at":"2024-01-19T14:02:07.000Z","size":14,"stargazers_count":117,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T16:27:53.355Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.vim.org/scripts/script.php?script_id=4269","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpope.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":"CONTRIBUTING.markdown","funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"tpope"}},"created_at":"2011-08-31T19:09:42.000Z","updated_at":"2024-12-05T11:55:30.000Z","dependencies_parsed_at":"2024-11-11T01:40:14.339Z","dependency_job_id":null,"html_url":"https://github.com/tpope/vim-rvm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-rvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-rvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-rvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpope%2Fvim-rvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpope","download_url":"https://codeload.github.com/tpope/vim-rvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240783109,"owners_count":19856776,"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":[],"created_at":"2024-08-03T02:00:38.012Z","updated_at":"2025-02-26T02:43:43.244Z","avatar_url":"https://github.com/tpope.png","language":"Vim Script","readme":"# rvm.vim\n\nWant to use [RVM](http://rvm.io) with Vim?  You don't\nneed a plugin to do that:  Just start Vim from your RVM enabled shell\nand it will work.  But say you started MacVim from Launchpad, or you\nstarted Vim with one version of Ruby and now you want another.  That's\nwhere rvm.vim comes in.\n\n    :Rvm 1.9.2\n\nIf you want to see the version that was chosen, use `use`:\n\n    :Rvm use default\n\nIf you leave off the version, it goes `.rvmrc` hunting relative to the\ncurrent buffer.\n\n    :Rvm\n    :Rvm use\n\nIf you really want to get crazy, you can make this happen automatically\nas you switch from buffer to buffer.\n\n    :autocmd BufEnter * Rvm\n\nYou can also invoke any old `rvm` command.\n\n    :Rvm install 1.9.3\n\nAdd `%{rvm#statusline()}` to `'statusline'` (or `'titlestring'`) to see\nthe current Ruby version at all times.\n\nLast but not least, rvm.vim tells recent versions of [vim-ruby][] where your\nRuby installs are located, so that it can set `'path'` in your Ruby buffers to\nreflect the nearest `.ruby-version` file.\n\n[vim-ruby]: https://github.com/vim-ruby/vim-ruby\n\n## FAQ\n\n\u003e RVM doesn't work in my Vim.\n\nYou're using zsh on OS X Yosemite or earlier, aren't you?  Move that stupid\n`/etc/zshenv` to `/etc/zprofile`, which is where it correctly lives on El\nCapitan.\n\n## Self-Promotion\n\nLike rvm.vim? Follow the repository on\n[GitHub](https://github.com/tpope/vim-rvm) and vote for it on\n[vim.org](http://www.vim.org/scripts/script.php?script_id=4269).  And if\nyou're feeling especially charitable, follow [tpope](http://tpo.pe/) on\n[Twitter](http://twitter.com/tpope) and\n[GitHub](https://github.com/tpope).\n\n## License\n\nCopyright (c) Tim Pope.  Distributed under the same terms as Vim itself.\nSee `:help license`.\n","funding_links":["https://github.com/sponsors/tpope"],"categories":["Vim Script","Integration"],"sub_categories":["Integrating with Vim"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fvim-rvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpope%2Fvim-rvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpope%2Fvim-rvm/lists"}