{"id":15171144,"url":"https://github.com/yash-garg/neovim","last_synced_at":"2025-10-25T21:32:04.679Z","repository":{"id":253837297,"uuid":"844664012","full_name":"Yash-Garg/neovim","owner":"Yash-Garg","description":"My customized version of Neovim, built with Nix.","archived":false,"fork":false,"pushed_at":"2025-02-02T03:36:44.000Z","size":142,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-04T03:28:35.671Z","etag":null,"topics":["neovim","nix","nix-flake","nixvim"],"latest_commit_sha":null,"homepage":"https://github.com/nix-community/nixvim","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yash-Garg.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":"2024-08-19T18:09:39.000Z","updated_at":"2025-02-02T03:36:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"60f128eb-61dc-4854-9d63-eefc701c7f6b","html_url":"https://github.com/Yash-Garg/neovim","commit_stats":{"total_commits":41,"total_committers":2,"mean_commits":20.5,"dds":0.3902439024390244,"last_synced_commit":"239e3dd5cf0d93d002e5ac83e2efe844e1e33e0f"},"previous_names":["yash-garg/neovim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Garg%2Fneovim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Garg%2Fneovim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Garg%2Fneovim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yash-Garg%2Fneovim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yash-Garg","download_url":"https://codeload.github.com/Yash-Garg/neovim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238212440,"owners_count":19434955,"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":["neovim","nix","nix-flake","nixvim"],"created_at":"2024-09-27T09:00:32.199Z","updated_at":"2025-10-25T21:32:04.675Z","avatar_url":"https://github.com/Yash-Garg.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim\n\n[![FlakeHub](https://img.shields.io/endpoint?url=https://flakehub.com/f/Yash-Garg/neovim/badge)](https://flakehub.com/flake/Yash-Garg/neovim) [![Nix](https://img.shields.io/badge/Nix-5277C3.svg?\u0026logo=NixOS\u0026logoColor=white)](#)\n\nCustomized Neovim configuration ready to be used with Nix.\n\n![Neovim Preview](https://yashgarg.dev/uses/neovim.webp)\n\n## Try Without Installing\n\nYou can try this configuration out without committing to installing it on your system by running\nthe following command.\n\n```nix\nnix run github:yash-garg/neovim\n```\n\n## Install\n\n### Nix Profile\n\nYou can install this package imperatively with the following command.\n\n```nix\nnix profile install github:yash-garg/neovim\n```\n\n### Nix Configuration\n\nYou can install this package by adding it as an input to your Nix flake.\n\n```nix\n{\n  description = \"My system flake\";\n\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs/nixos-unstable\";\n\n    # Snowfall is not required, but will make configuration easier for you.\n    snowfall-lib = {\n      url = \"github:snowfallorg/lib\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n\n    neovim = {\n      url = \"github:yash-garg/neovim\";\n      # You can also use the flakehub source\n      url = \"https://flakehub.com/f/Yash-Garg/neovim/*.tar.gz\";\n      # This flake currently requires changes that are only on the Unstable channel.\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n\n  outputs =\n    inputs:\n    inputs.snowfall-lib.mkFlake {\n      inherit inputs;\n      src = ./.;\n\n      overlays = with inputs; [\n        # Use the overlay provided by this flake.\n        neovim.overlays.default\n\n        # There is also a named overlay, though the output is the same.\n        neovim.overlays.\"package/neovim\"\n      ];\n    };\n}\n```\n\nIf you've added the overlay from this flake, then in your system configuration\nyou can add the `dots.neovim` package.\n\n```nix\n{ pkgs }:\n{\n  environment.systemPackages = [ pkgs.dots.neovim ];\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash-garg%2Fneovim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyash-garg%2Fneovim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyash-garg%2Fneovim/lists"}