{"id":31642157,"url":"https://github.com/theurgi/nvim-config","last_synced_at":"2026-04-19T02:07:30.905Z","repository":{"id":313247852,"uuid":"1043460800","full_name":"theurgi/nvim-config","owner":"theurgi","description":"A neovim config built with nvf and Nix flakes","archived":false,"fork":false,"pushed_at":"2025-09-04T20:15:13.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T20:40:51.274Z","etag":null,"topics":["neovim","nix","nix-flake","nvf","nvim"],"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/theurgi.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-23T22:48:15.000Z","updated_at":"2025-09-04T20:15:16.000Z","dependencies_parsed_at":"2025-09-04T20:40:52.708Z","dependency_job_id":"93b2a08d-26a1-4932-a9da-94d1fd2b5888","html_url":"https://github.com/theurgi/nvim-config","commit_stats":null,"previous_names":["theurgi/nvim-config"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/theurgi/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theurgi%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theurgi%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theurgi%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theurgi%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theurgi","download_url":"https://codeload.github.com/theurgi/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theurgi%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278717448,"owners_count":26033542,"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-10-07T02:00:06.786Z","response_time":59,"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","nix","nix-flake","nvf","nvim"],"created_at":"2025-10-07T03:56:52.933Z","updated_at":"2025-10-07T03:56:57.810Z","avatar_url":"https://github.com/theurgi.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim-config\n\nA minimal, portable Neovim configuration built with [nvf](https://github.com/notashelf/nvf) and Nix flakes.\n\n## Installation\n\n### Quick Try\n\n```bash\n# Test without installing\nnix run github:theurgi/nvim-config\n\n# Install Neovim config (includes all LSP servers and tools)\nnix profile install github:theurgi/nvim-config\n```\n\n### System Integration\n\nAdd to your NixOS configuration or home-manager:\n\n```nix\n# In your flake inputs\nnvim-config.url = \"github:theurgi/nvim-config\";\n\n# In your packages\nenvironment.systemPackages = [\n  inputs.nvim-config.packages.${system}.default\n];\n```\n\n## Development Tools\n\n### All-in-One\n\n```bash\n# Install everything (LSP servers, formatters, linters)\nnix profile install github:theurgi/nvim-config#dev-tools\n```\n\n### Selective Installation\n\n```bash\n# Install only LSP servers\nnix profile install github:theurgi/nvim-config#lsp-servers\n\n# Install only formatters\nnix profile install github:theurgi/nvim-config#formatters\n\n# Install only linters\nnix profile install github:theurgi/nvim-config#linters\n```\n\n### Development Shell\n\n```bash\n# Enter a development shell with nvim + all tools\nnix develop github:theurgi/nvim-config\n```\n\n## Requirements\n\n- Nix with flakes enabled\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheurgi%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheurgi%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheurgi%2Fnvim-config/lists"}