{"id":22780029,"url":"https://github.com/babab/vim-config","last_synced_at":"2026-02-24T06:06:56.364Z","repository":{"id":146154783,"uuid":"158877132","full_name":"babab/vim-config","owner":"babab","description":"My personal configuration for Vim","archived":false,"fork":false,"pushed_at":"2023-04-27T21:13:28.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T15:52:40.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/babab.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-23T20:54:03.000Z","updated_at":"2023-04-18T16:44:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"4af34ce2-34ee-461d-b5a5-4e426ea0569e","html_url":"https://github.com/babab/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/babab%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babab%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babab","download_url":"https://codeload.github.com/babab/vim-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246326783,"owners_count":20759439,"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-12-11T20:12:05.914Z","updated_at":"2025-10-24T10:33:07.600Z","avatar_url":"https://github.com/babab.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim config\n\nThis README explains how to create a backup of your existing files,\ndownload this configuration, and install it by pointing a symlink to the\nconfig.\n\n## Clone / download repository\n\nClone this repo by doing something like this, replacing `myfavdir` for a\npath of your own choosing:\n\n``` sh\nmkdir ~/myfavdir\ncd ~/myfavdir\ngit clone https://github.com/babab/vim-config\n```\n\n## Link config and install plugins\n\n### Using install script\n\nThe install script does all the same steps as described in the manual\ninstall but with added checks and feedback when something goes wrong.\nIt will create a symbolic link to the path where this repo in located,\nwhich is more convenient than substituting paths in commands by hand.\n\n``` sh\n./install.sh\n```\n\n### Manual install\n\nIf an existing .vim directory is found, rename it with suffix `.bak` and\nlink vim folder to `~/.vim`:\n\n``` sh\ncd ~\ntest -d .vim \u0026\u0026 mv .vim .vim.bak  # backup existing .vim folder if found\nln -s ~/myfavdir/vim-config/vim .vim\n```\n\nNow install Vundle, and run the PluginInstall command to let Vundle\ninstall/update all plugins that are defined in vimrc and create help\ntags:\n\n``` sh\nmkdir -p .vim/bundle\ncd -P .vim/bundle  # cd to absolute path, resolving symlink\ngit clone https://github.com/VundleVim/Vundle.vim\nvim +PluginInstall! +qall\n```\n\nIf you use the vimproc.vim plugin (which is in my configuration by\ndefault) and want to edit typescript files, you must also compile an\nexternal DLL, by running:\n\n``` sh\nvim +VimProcInstall +qall\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabab%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabab%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabab%2Fvim-config/lists"}