{"id":19687204,"url":"https://github.com/trinitronx/dot-vimrc","last_synced_at":"2026-02-18T15:02:00.699Z","repository":{"id":8298280,"uuid":"9840211","full_name":"trinitronx/dot-vimrc","owner":"trinitronx","description":"My vim configuration with a focus on Python and Ruby development.","archived":false,"fork":false,"pushed_at":"2014-01-10T09:17:46.000Z","size":188,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T22:47:24.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/trinitronx.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":"2013-05-03T16:44:12.000Z","updated_at":"2020-02-02T21:57:20.000Z","dependencies_parsed_at":"2022-07-22T00:47:05.958Z","dependency_job_id":null,"html_url":"https://github.com/trinitronx/dot-vimrc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trinitronx/dot-vimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdot-vimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdot-vimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdot-vimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdot-vimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinitronx","download_url":"https://codeload.github.com/trinitronx/dot-vimrc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fdot-vimrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010257,"owners_count":26084718,"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-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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-11-11T18:33:23.533Z","updated_at":"2025-10-12T04:21:23.970Z","avatar_url":"https://github.com/trinitronx.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Vim Configuration\n\nBased on [fisa-vim-config](https://github.com/fisadev/fisa-vim-config)\n\n## Installation\n\n1. `git clone http://github.com/trinitronx/dot-vim.git ~/.vim`\n2. `cd ~/.vim`\n3. `git submodule update --init fisa-vim-config`\n4. `ln -s ~/.vim/vimrc ~/.vimrc`\n5. `vim +BundleInstall +qall` _installs all of the plugins_\n\n## Requirements\n\n * Hammer.vim requires:\n   * A vim built with `+ruby` support. (`vim --version | grep '+ruby'`)\n   * Same ruby version that [vim was compiled against](http://mattmargolis.net/scripting_vim_with_ruby.pdf)\u003cbr/\u003e\n     ([RVM users be aware of this](https://github.com/matthias-guenther/hammer.vim#rvm-users)\n     add to your `.bashrc` or `.bash_functions`:\u003cbr/\u003e\n     `function vim() { unset GEM_PATH GEM_HOME; command vim \"$@\" }`\n     \u003cbr/\u003eRun `rvm use system` before next step!)\n   * Ruby headers \u0026 gems: \n     * `sudo apt-get -y install ruby1.9.1-dev`\n     * `[sudo] gem install github-markup tilt redcarpet`\n   * On Linux, set a default browser:\n\n```bash\n    # To set the default application for http(s):// links (replace browser.desktop by your browser's .desktop, e.g. firefox.desktop or chromium.desktop):\n    xdg-mime default browser.desktop x-scheme-handler/http\n    xdg-mime default browser.desktop x-scheme-handler/https\n    xdg-mime default browser.desktop text/html\n```\n\n**Linux**\n\n * [Vim](http://www.vim.org/)\n   * Debian/Ubuntu: `sudo apt-get install vim-nox`\n\n**Mac**\n\n * [MacVim](https://github.com/b4winckler/macvim)  (with +clientserver)\n   * `rvm use system`\n   * `brew install https://gist.github.com/trinitronx/8348843/raw/3f2146de21ad95f7cc725781fc3952a015f5b1f0/macvim.rb`\n   * `ln -s /usr/local/bin/mvim /usr/local/bin/vim`\n\n## Updating\n\n1. `git submodule update --init fisa-vim-config`\n2. `vim +Bundleinstall +qall`\n3. `for d in $(ls -d1 bundle/*); do  git add ${d%/}; done`\n4. `git commit -m 'Updating all submodules to latest from fisa-vim-config'`\n5. Remove any other plugins that are deprecated or gone from fisa-vim-config\n\nTo update all submodules to latest:\n\n * `git submodule update --init --recursive`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fdot-vimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinitronx%2Fdot-vimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fdot-vimrc/lists"}