{"id":23390674,"url":"https://github.com/06kellyjac/vim-git-overlay","last_synced_at":"2026-04-16T14:08:30.255Z","repository":{"id":36964625,"uuid":"358988457","full_name":"06kellyjac/vim-git-overlay","owner":"06kellyjac","description":"A nixpkgs overlay for following upstream vim package git commits","archived":false,"fork":false,"pushed_at":"2024-04-30T08:08:49.000Z","size":134,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T16:49:36.695Z","etag":null,"topics":["flake","neovim","nix","overlay","vim"],"latest_commit_sha":null,"homepage":"https://nixos.wiki/wiki/overlays/","language":"Nix","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/06kellyjac.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":"2021-04-17T21:43:52.000Z","updated_at":"2024-05-03T09:31:51.897Z","dependencies_parsed_at":"2024-01-15T09:30:03.097Z","dependency_job_id":"3f73d891-118c-412f-87f1-d8ce57ed4e20","html_url":"https://github.com/06kellyjac/vim-git-overlay","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/06kellyjac%2Fvim-git-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/06kellyjac%2Fvim-git-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/06kellyjac%2Fvim-git-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/06kellyjac%2Fvim-git-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/06kellyjac","download_url":"https://codeload.github.com/06kellyjac/vim-git-overlay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247861656,"owners_count":21008541,"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":["flake","neovim","nix","overlay","vim"],"created_at":"2024-12-22T03:42:22.410Z","updated_at":"2026-04-16T14:08:30.165Z","avatar_url":"https://github.com/06kellyjac.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Git Overlay\n\nProvides git variants of vim plugins up to date with master.\n\nThere is CI to automatically update the overlay.\n\nIt provides a pre-compiled binary cache for NixOS unstable.\nTo use it add the following line to your nix.conf\n\nTrusted Public Key: `j-k-vim-git-overlay.cachix.org-1:Rc9zsXHXxeIEhD3YBgLcEpvtZaECzZoPp7XY+r4IgkM=`.\n\n[Click here](https://nix.dev/faq.html#how-do-i-add-a-new-binary-cache) for information on how to add a cache on NixOS or just using nix\n\n## Packages provided\n\nTo see what packages are tracking master please refer to the second section of inputs in the [flake.nix](./flake.nix) file or the [ci.nix](./ci.nix) file.\n\nTo see what git revision or the epoch of the revision's creation you can check the [flake.lock](./flake.lock) file.\n\nThe plan for this repo is to just track the ones I'm using in my vim config but I might add plugins on request but zero promises.\nFor this reason also be prepared for packages to be dropped from this overlay.\n\n## To Use\n\nAdd the overlay to your home.nix (home-manager) or configuration.nix (NixOS):\n\n```nix\n{\n  nixpkgs.overlays = [\n    (import (builtins.fetchTarball {\n      url = https://github.com/06kellyjac/vim-git-overlay/archive/master.tar.gz;\n    }))\n  ];\n}\n```\n\n```nix\n{\n  pkgs ? import \u003cnixpkgs\u003e {\n    overlays = [\n      (import (builtins.fetchTarball {\n        url = https://github.com/06kellyjac/vim-git-overlay/archive/master.tar.gz;\n      }))\n    ];\n  }\n}:\n{}\n```\n\nIf you are using flakes to configure your system, add to your nixpkgs overlays attribute (examples will differ, the following is for home-manager):\n\n```nix\n{\n  inputs.vim-git-overlay.url = \"github:06kellyjac/vim-git-overlay\";\n  outputs = { self, ... }@inputs:\n    let\n      overlays = [ inputs.vim-git-overlay.overlay ];\n    in\n      homeConfigurations = {\n        macbook-pro = inputs.home-manager.lib.homeManagerConfiguration {\n          configuration = { pkgs, ... }:\n            {\n              nixpkgs.overlays = overlays;\n            };\n        };\n      };\n}\n```\n\nInstall a package:\n\n```sh\nnix-env -iA pkgs.\u003cPACKAGE_NAME\u003e\n```\n\nor add to home-manager/configuration.nix.\n\n## See Also\n\nBased on \u003chttps://github.com/nix-community/neovim-nightly-overlay\u003e \u0026 \u003chttps://github.com/06kellyjac/suckless-git-overlay\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F06kellyjac%2Fvim-git-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F06kellyjac%2Fvim-git-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F06kellyjac%2Fvim-git-overlay/lists"}