{"id":20877315,"url":"https://github.com/flatcap/vim-local","last_synced_at":"2025-10-19T07:22:26.801Z","repository":{"id":31439983,"uuid":"35003626","full_name":"flatcap/vim-local","owner":"flatcap","description":"⚙ Vim Plugin - Project-wide vim scripts","archived":false,"fork":false,"pushed_at":"2022-06-12T19:25:17.000Z","size":20,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-19T09:32:02.624Z","etag":null,"topics":["local","plugin","script","vim","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flatcap.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}},"created_at":"2015-05-03T22:53:53.000Z","updated_at":"2023-02-27T23:01:38.000Z","dependencies_parsed_at":"2022-09-09T12:22:46.068Z","dependency_job_id":null,"html_url":"https://github.com/flatcap/vim-local","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/flatcap%2Fvim-local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fvim-local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fvim-local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fvim-local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flatcap","download_url":"https://codeload.github.com/flatcap/vim-local/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243251124,"owners_count":20261155,"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":["local","plugin","script","vim","vimrc"],"created_at":"2024-11-18T06:56:37.667Z","updated_at":"2025-10-19T07:22:21.747Z","avatar_url":"https://github.com/flatcap.png","language":"Vim script","readme":"# local.vim\n\n## VimLocal runs scripts in local directories\n\nThink of VimLocal as project-wide vim settings.\n\nWhen run, VimLocal reads the `.vimlocal` file in the same directory as the file\nyou're editing.  Next it looks in the parent directory, then the grand-parent\ndirectory and so on.  VimLocal stops when it reaches your home directory.\n\nFor safety, VimLocal will not run any scripts outside your home directory (as\ndefined by the environment variable $HOME).\n\n## Running VimLocal\n\nBy default, VimLocal will not run.  To enable it, create a mapping or\nautocommand. e.g.\n\n    nmap \u003csilent\u003e \u003cF6\u003e \u003cPlug\u003eLoadVimLocal\n\n    autocmd BufNewFile,BufRead * call LoadVimLocal()\n\n## Configuration\n\nVimLocal is configured by global variables:\n\nThe filename to read:\n\n\tlet g:vimlocal_file = '.vimlocal'\n\nThe number of directories to descend:\n\n\tlet g:vimlocal_max_depth = 50\n\nVerbose mode -- show the script name before executing it\n\n\tlet g:vimlocal_verbose = 0\n\n## License\n\nCopyright \u0026copy; Richard Russon (flatcap).\nDistributed under the GPLv3 \u003chttp://fsf.org/\u003e\n\n## See also\n\n- [flatcap.org](https://flatcap.org)\n- [GitHub](https://github.com/flatcap/vim-local)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatcap%2Fvim-local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflatcap%2Fvim-local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatcap%2Fvim-local/lists"}