{"id":23284251,"url":"https://github.com/agilecreativity/dotvim-original","last_synced_at":"2026-02-07T18:04:02.465Z","repository":{"id":14121965,"uuid":"16827029","full_name":"agilecreativity/dotvim-original","owner":"agilecreativity","description":"My vim configuration","archived":false,"fork":false,"pushed_at":"2015-04-21T10:35:19.000Z","size":556,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T15:15:18.372Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","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/agilecreativity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-14T04:30:28.000Z","updated_at":"2016-04-24T02:56:58.000Z","dependencies_parsed_at":"2022-09-23T19:11:49.056Z","dependency_job_id":null,"html_url":"https://github.com/agilecreativity/dotvim-original","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agilecreativity/dotvim-original","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim-original","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim-original/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim-original/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim-original/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilecreativity","download_url":"https://codeload.github.com/agilecreativity/dotvim-original/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim-original/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266521026,"owners_count":23942376,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-20T01:39:15.154Z","updated_at":"2026-02-07T18:03:59.570Z","avatar_url":"https://github.com/agilecreativity.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Vim Configuration (dotvim)\n## Installation\n\n```\ngit clone https://github.com/agilecreativity/dotvim.git ~/dotvim\ncd ~/dotvim\ngit submodule init\ngit submodule update\nmake install\n```\n## Post-installation procedure\n\n### Link to the private aliases\n\nIf you really wan't to keep the private links to yourself then you could\ndo the following\n\n``` shell\nln s ~/Dropbox/config/aliases.vim ~/.vim/aliases.vim\n```\n\n### Build CommandT\n\nProvided that you build the vim yourself or use the recent version of vim\nyou should be able to use CommandT without any issue.\n\nYou can check the version of ruby compiled with vim using this simple vimscript\n\n``` vim\nfunction! RubyInfo()\n  ruby \u003c\u003cEOF\n    puts \"Your Vim's ruby information:\"\n    puts \"ruby version : #{RUBY_VERSION}\"\n    puts \"ruby platform: #{RUBY_PLATFORM}\"\n    puts \"release date : #{RUBY_RELEASE_DATE\"}\n  EOF\nendfunction\n```\n\ncalled with `:call RubyInfo()` from inside vim. This will get you something like\n\nor simple just type `:ruby puts RUBY_VERSION` from inside vim\n\n``` text\nYour Vim's ruby information:\nruby version : 2.0.0\nruby platform: x86_64-darwin13.0.0\nrelease data : 2013-06-27\n```\n\nNow you can build the CommandT as follow\n\n``` shell\ncd ~/.vim/bundle/Command-T/ruby/command-t\nrbenv local system # or whatever the version we got back from `:ruby puts RUBY_VERSION` from inside Vim\nrbenv rehash\nruby extconf.rb\nmake\n```\n\nNow your CommandT should be ready to use.\n\n### Notes\n\nAll of the bundles installed with NeoBundle except the `neobundle.vim` in the\nbundle directory should be ignored. This make it more portable to work on\ndifferent computer that may or may not have the same version of vim configuration.\n\nFor example you may use Mac at home but use Linux at work and some plugins\n(e.g. `CommandT`) may need to be compiled/configured differently based on the\nplatform used.\n\n### TODOs\n\n- Learn to use the vim-dispach to test in the background!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fdotvim-original","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilecreativity%2Fdotvim-original","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fdotvim-original/lists"}