{"id":20696103,"url":"https://github.com/haliphax/vim-config","last_synced_at":"2026-03-19T17:07:05.009Z","repository":{"id":143025756,"uuid":"55826716","full_name":"haliphax/vim-config","owner":"haliphax","description":"My personal Vim configuration and plugin selection","archived":false,"fork":false,"pushed_at":"2020-01-06T15:34:48.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T18:19:58.330Z","etag":null,"topics":["gvimrc","vim-configuration","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":false,"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/haliphax.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-09T04:55:04.000Z","updated_at":"2022-06-06T20:47:22.000Z","dependencies_parsed_at":"2023-04-18T00:30:47.536Z","dependency_job_id":null,"html_url":"https://github.com/haliphax/vim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haliphax%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haliphax%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haliphax%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haliphax%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haliphax","download_url":"https://codeload.github.com/haliphax/vim-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242961755,"owners_count":20213315,"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":["gvimrc","vim-configuration","vimrc"],"created_at":"2024-11-17T00:12:37.584Z","updated_at":"2025-12-06T15:01:24.998Z","avatar_url":"https://github.com/haliphax.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haliphax's vim configuration\n\nThis is my (g)vim configuration. There are many like it, but this one is mine.\n\n## Setup\n\nAll plugins are implemented as git submodules in the `bundle` directory.\nIn order to get everything setup in one fell swoop, use the `--recursive`\ncommand line flag when you clone this repository. Since this isn't exactly\na software project, I would also recommend using the `--single-branch` and\n`--depth 1` options to conserve space:\n\n````\n$ git clone --recursive --single-branch --depth 1 \u003crepo URL\u003e ~/.vim\n````\n\nThe configuration files for vim and gvim are now in the `.vim` subdirectory\nof your `$HOME`, but for them to take effect, they need to be one level higher.\n*(Note: This may no longer be necessary.)* We can resolve this with symlinks:\n\n````\n$ ln -s ~/.vim/vimrc ~/.vimrc\n$ ln -s ~/.vim/gvimrc ~/.gvimrc\n````\n\n## Dependencies\n\nI use a handful of linting and formatting utilities that are not bundled with\nany vim plugins:\n\n- php (CLI version)\n- xmllint\n- pylint\n\n...\n\nHave fun, you crazy kids. Don't stay out too late.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaliphax%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaliphax%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaliphax%2Fvim-config/lists"}