{"id":21442273,"url":"https://github.com/nirlep5252/epicvim","last_synced_at":"2025-08-18T07:12:31.426Z","repository":{"id":263542535,"uuid":"890723134","full_name":"Nirlep5252/epicvim","owner":"Nirlep5252","description":"Epic neovim configuration","archived":false,"fork":false,"pushed_at":"2025-01-08T04:41:15.000Z","size":31,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T21:02:57.768Z","etag":null,"topics":["neovim","neovim-config","neovim-configuration","neovim-distro","nix","nixvim","vim"],"latest_commit_sha":null,"homepage":"","language":"Nix","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/Nirlep5252.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["nirlep5252"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-11-19T04:13:21.000Z","updated_at":"2025-01-08T04:41:18.000Z","dependencies_parsed_at":"2025-01-23T10:42:12.431Z","dependency_job_id":"e4b6fcc3-31a9-42f4-b379-6a7dd0182a60","html_url":"https://github.com/Nirlep5252/epicvim","commit_stats":null,"previous_names":["nirlep5252/epicvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nirlep5252/epicvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nirlep5252%2Fepicvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nirlep5252%2Fepicvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nirlep5252%2Fepicvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nirlep5252%2Fepicvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nirlep5252","download_url":"https://codeload.github.com/Nirlep5252/epicvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nirlep5252%2Fepicvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270957533,"owners_count":24675173,"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":"2025-08-18T02:00:08.743Z","response_time":89,"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":["neovim","neovim-config","neovim-configuration","neovim-distro","nix","nixvim","vim"],"created_at":"2024-11-23T01:53:28.385Z","updated_at":"2025-08-18T07:12:31.402Z","avatar_url":"https://github.com/Nirlep5252.png","language":"Nix","funding_links":["https://github.com/sponsors/nirlep5252"],"categories":[],"sub_categories":[],"readme":"![EpicVim](https://github.com/user-attachments/assets/5ce7a632-5237-46a9-afcf-d31500792ae8)\n\n# Preview\n\n![image](https://github.com/user-attachments/assets/b22e85ea-bd48-43c4-96a6-33246bb9ecbc)\n\n# Installation\n\nEnsure that [Nix](https://nixos.org/download/) is installed.\n\n## Quick Run\n\n```bash\nnix run github:nirlep5252/epicvim\n```\n\n## Use it in your config\n\n1. Add the input to your `flake.nix`\n\n```nix\n{\n  inputs = {\n    epicvim.url = \"github:nirlep5252/epicvim\";\n  };\n}\n```\n\n2. Add the package to your packages list\n\n```nix\n# home-manager\nhome.packages = [\n  inputs.epicvim.packages.\"${pkgs.system}\".default\n];\n\n# nixos-config\nenvironment.systemPackages = [\n  inputs.epicvim.packages.\"${pkgs.system}\".default\n];\n```\n\n## Updating EpicVim\n\n1. Update the input in your `flake.nix`\n\n```bash\nnix flake update epicvim\n```\n\n2. Rebuild your config\n\n```bash\n# if you are using home-manager\nhome-manager switch --flake \u003cpath-to-your-flake\u003e\n\n# if you are using nixos-config\nnixos-rebuild switch --flake \u003cpath-to-your-flake\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirlep5252%2Fepicvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnirlep5252%2Fepicvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnirlep5252%2Fepicvim/lists"}