{"id":16610183,"url":"https://github.com/ArtBIT/vim-modularvimrc","last_synced_at":"2025-10-29T17:31:00.004Z","repository":{"id":147004476,"uuid":"127279362","full_name":"ArtBIT/vim-modularvimrc","owner":"ArtBIT","description":"Load directory specific .vimrc files (including the ones from parent directories)","archived":false,"fork":false,"pushed_at":"2018-03-29T12:06:16.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T04:42:00.245Z","etag":null,"topics":["neovim","vim","vim-plugin","vim-plugins","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"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/ArtBIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-03-29T11:01:24.000Z","updated_at":"2020-10-22T08:56:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"397da944-d1f1-4693-b7e6-a4d3ca5f5b8c","html_url":"https://github.com/ArtBIT/vim-modularvimrc","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/ArtBIT%2Fvim-modularvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fvim-modularvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fvim-modularvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtBIT%2Fvim-modularvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtBIT","download_url":"https://codeload.github.com/ArtBIT/vim-modularvimrc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238856088,"owners_count":19542142,"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":["neovim","vim","vim-plugin","vim-plugins","vimrc"],"created_at":"2024-10-12T01:29:31.655Z","updated_at":"2025-10-29T17:30:54.730Z","avatar_url":"https://github.com/ArtBIT.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# Modular .vimrc loader\n\nThis is a simple plug-in for Vim (and NeoVim) that auto loads directory specific `.vimrc` config. \n\nSay you have a project specific list of plugins that you wish to use, or per project build tools, or snippets or keyboard shortcuts, or simply a project specific `.vimrc` file that you wish to share amongst the team, this plugin allows you to do that.\n\n## Installation\n\nThe easiest way to install the plugin is to install it as a bundle.\nFor example:\n\n### Using [Pathogen](https://github.com/tpope/vim-pathogen):\n```\ncd ~/.vim/bundle\ngit clone git://github.com/ArtBIT/vim-modularvimrc.git\n```\n\n### Using [VimPlug](https://github.com/junegunn/vim-plug):\n\n```\nPlug 'ArtBIT/vim-modularvimrc'\n\n```\n\n### Or manually\n```\ncd /tmp \u0026\u0026 git clone git://github.com/ArtBIT/vim-modularvimrc.git\ncp -r vim-modularvimrc/* ~/.vim/\n```\n\n## Config\n\nPlugin assumes that the config files are named `.vimrc`, if you want to change it to say, `.vimconfig` add the following line to your `.vimrc`:\n```\nlet g:modularvimrc#filename = \".vimconfig\"\n```\n\n# LICENSE\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FArtBIT%2Fvim-modularvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FArtBIT%2Fvim-modularvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FArtBIT%2Fvim-modularvimrc/lists"}