{"id":22933480,"url":"https://github.com/bluebrown/vim-alpine","last_synced_at":"2025-04-01T18:26:16.302Z","repository":{"id":111482177,"uuid":"165532616","full_name":"bluebrown/vim-alpine","owner":"bluebrown","description":"a minimalist setup","archived":false,"fork":false,"pushed_at":"2021-10-31T15:49:58.000Z","size":1063,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T11:53:30.536Z","etag":null,"topics":["vim"],"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/bluebrown.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":"2019-01-13T17:16:51.000Z","updated_at":"2021-10-31T15:50:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a558615f-aaa3-46cb-94c4-33a5d0fe5627","html_url":"https://github.com/bluebrown/vim-alpine","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/bluebrown%2Fvim-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluebrown%2Fvim-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluebrown%2Fvim-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluebrown%2Fvim-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluebrown","download_url":"https://codeload.github.com/bluebrown/vim-alpine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246690290,"owners_count":20818290,"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":["vim"],"created_at":"2024-12-14T11:29:53.426Z","updated_at":"2025-04-01T18:26:16.270Z","avatar_url":"https://github.com/bluebrown.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# vim-alpine\n\nA minimalist setup, that contains only a handful of essential configurations and plugins.\n\n\n## Setup\n\nMake sure to clone this repository recursively, as it is composed of several sub modules.\n\n```\ngit clone --recursive https://github.com/bluebrown/vim-alpine.git ~/.vim\n```\n\nSince this project relies on vim8's native plugin management through :packadd, no other tools or installation are required.\n\n## vimrc\n\nThe vimrc will load every `.vim` file in the `conf.d` folder. Put additionally configuration here and or edit the vim-conf.vim\nplaced there.\n\n```bash\nfor f in glob('~/.vim/conf.d/*.vim', -1, 1)\n    execute 'source' f\nendfor\n```\n\n## Plugins\n\nTou install plugins, add the repo of the plugin as `submodule` under `pack/core/start`. `Nerdtree` has been added to this path as example.\n\n.gitmodules\n```\n[submodule \"pack/core/start/nerdtree\"]\n\tpath = pack/core/start/nerdtree\n\turl = https://github.com/preservim/nerdtree.git\n```\n\n## Other Material\n\n- [Mastering the Vim Language](https://www.youtube.com/watch?v=wlR5gYd6um0)\n- [How to Do 90% of What Plugins Do (With Just Vim)](https://www.youtube.com/watch?v=XA2WjJbmmoM)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebrown%2Fvim-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluebrown%2Fvim-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluebrown%2Fvim-alpine/lists"}