{"id":13898588,"url":"https://github.com/agilecreativity/dotvim","last_synced_at":"2026-03-20T01:06:26.633Z","repository":{"id":31011777,"uuid":"34570236","full_name":"agilecreativity/dotvim","owner":"agilecreativity","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-13T13:14:46.000Z","size":110,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T17:18:07.802Z","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":"rwieruch/minimal-react-webpack-babel-setup","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":"2015-04-25T13:51:22.000Z","updated_at":"2023-02-14T15:18:50.000Z","dependencies_parsed_at":"2023-01-14T18:10:02.761Z","dependency_job_id":null,"html_url":"https://github.com/agilecreativity/dotvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agilecreativity/dotvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilecreativity","download_url":"https://codeload.github.com/agilecreativity/dotvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fdotvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-06T18:04:21.820Z","updated_at":"2026-01-28T14:32:30.319Z","avatar_url":"https://github.com/agilecreativity.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"## Vim Configuration (dotvim)\n\nMy dotvim using the `neocomplete.vim` instead of `YouCompleteMe` for\ncode completion. Vim need to be installed with `lua` language support.\n\n## Basic Installation\n\n```sh\ngit clone https://github.com/agilecreativity/dotvim.git ~/dotvim\ncd ~/dotvim\ngit submodule init\ngit submodule update\nmake install\n```\n\n## Post-installation procedure\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\ne.g. On my Arch Linux system, I got the following:\n\n```\nYour Vim's ruby information:\nruby version : 2.3.0\nruby platform: x86_64-linux\nrelease date : 2015-12-25\n```\n\nOn my Mac/OSX::\n\n```\nYour Vim's ruby information:\nruby version : 2.0.0\nruby platform: universal.x86_64-darwin15\nrelease date : 2015-12-16\n```\n\nNow you can build the CommandT as follow\n\n```sh\ncd ~/.vim/bundle/Command-T/ruby/command-t\n# check the version of ruby\nruby -v\n\n# Make sure that it is same as the result of `:ruby puts RUBY_VERSION` above\nruby extconf.rb\nmake\n```\nNow your CommandT should be installed and 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fdotvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilecreativity%2Fdotvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fdotvim/lists"}