{"id":17159167,"url":"https://github.com/scull7/my-vim-plugins","last_synced_at":"2026-01-06T01:03:07.834Z","repository":{"id":142121265,"uuid":"311175134","full_name":"scull7/my-vim-plugins","owner":"scull7","description":"This is my ~/.vim/pack folder infrastructure for managing my vim plugins.","archived":false,"fork":false,"pushed_at":"2020-11-24T03:05:44.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T16:17:03.381Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/scull7.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":"2020-11-08T23:26:02.000Z","updated_at":"2020-11-24T03:05:47.000Z","dependencies_parsed_at":"2023-07-21T13:49:28.276Z","dependency_job_id":null,"html_url":"https://github.com/scull7/my-vim-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scull7/my-vim-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fmy-vim-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fmy-vim-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fmy-vim-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fmy-vim-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scull7","download_url":"https://codeload.github.com/scull7/my-vim-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scull7%2Fmy-vim-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28220097,"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","status":"online","status_checked_at":"2026-01-05T02:00:06.358Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-14T22:13:31.370Z","updated_at":"2026-01-06T01:03:07.819Z","avatar_url":"https://github.com/scull7.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Install the `.vimrc` configuration file\n```sh\nls -l .vimrc ~/.vimrc\n```\n\n## Vim Pack Articles\n\n### Installing Vim(8( plugins with the native pack system.\nhttps://medium.com/@paulodiovani/installing-vim-8-plugins-with-the-native-pack-system-39b71c351fea\n\n```sh\n# make the pack folder a git repository\ncd ~/.vim/pack\ngit init\n\n# add as many plugins as you want in the desired\n# package directories\n\n# for example, lets add NERDtree and its git plugin\n# as autoloaded in plugins/ directory\ngit submodule add https://github.com/scrooloose/nerdtree plugins/start/nerdtree\ngit submodule add https://github.com/Xuyuanp/nerdtree-git-plugin plugins/start/nerdtree-git-plugin\n\n# lets also add the one color scheme in the colors/ directory\ngit submodule add https://github.com/rakr/vim-one.git colors/start/one\n\n# and optinaly, we want the elixir syntax and compiler tools under syntax/\ngit submodule add https://github.com/elixir-lang/vim-elixir syntax/opt/elixir\n\n# start vim and configure the plugins as desired :)\ncd -\nvim ~/.vimrc\n\n# when need to update,\n# it is just a matter of updating submodules\ngit submodule update --remote --merge\ngit commit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscull7%2Fmy-vim-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscull7%2Fmy-vim-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscull7%2Fmy-vim-plugins/lists"}