{"id":31333325,"url":"https://github.com/marcolongol/nixievim","last_synced_at":"2026-04-19T06:37:16.879Z","repository":{"id":314950368,"uuid":"1050149193","full_name":"marcolongol/nixievim","owner":"marcolongol","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-18T05:34:26.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T01:51:53.150Z","etag":null,"topics":["editor","flakes","neovim","nix","nixpkgs","nixvim","nvim","vim"],"latest_commit_sha":null,"homepage":"","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/marcolongol.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-04T02:50:28.000Z","updated_at":"2025-09-18T05:34:30.000Z","dependencies_parsed_at":"2025-09-15T21:34:41.011Z","dependency_job_id":null,"html_url":"https://github.com/marcolongol/nixievim","commit_stats":null,"previous_names":["marcolongol/nixievim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcolongol/nixievim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolongol%2Fnixievim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolongol%2Fnixievim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolongol%2Fnixievim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolongol%2Fnixievim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcolongol","download_url":"https://codeload.github.com/marcolongol/nixievim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolongol%2Fnixievim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014641,"owners_count":26085555,"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-13T02:00:06.723Z","response_time":61,"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":["editor","flakes","neovim","nix","nixpkgs","nixvim","nvim","vim"],"created_at":"2025-09-26T01:51:46.481Z","updated_at":"2026-04-19T06:37:16.863Z","avatar_url":"https://github.com/marcolongol.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nixievim\n\n\u003e My personal Neovim configuration built with [nixvim](https://github.com/nix-community/nixvim)\n\nA modular, reproducible Neovim setup featuring AI integration, modern completion, and comprehensive language support.\n\n## Quick Start\n\n```bash\n# Try instantly (no install required)\nnix run \"github:marcolongol/nixievim\"           # Full configuration\nnix run \"github:marcolongol/nixievim#base\"      # Minimal setup\nnix run \"github:marcolongol/nixievim#neovide\"   # Neovide GUI wrapper\n```\n\n## Installation\n\n### As a Package\n\n```nix\n# flake.nix\n{\n  inputs.nixievim.url = \"github:marcolongol/nixievim\";\n}\n\n# Home Manager\nhome.packages = [ inputs.nixievim.packages.${pkgs.system}.default ];\n\n# NixOS\nenvironment.systemPackages = [ inputs.nixievim.packages.${pkgs.system}.default ];\n\n# With Neovide GUI\nhome.packages = [ inputs.nixievim.packages.${pkgs.system}.neovide ];\n```\n\n### Individual Modules\n\n```nix\n# Import specific plugins into your nixvim config\nprograms.nixvim = {\n  enable = true;\n  imports = [ inputs.nixievim.nixiePlugins.ai ];\n};\n```\n\n## Configuration Variants\n\n**Base**: Essential plugins (neo-tree, treesitter, git, bufferline)\n**Core**: Full setup with AI tools, LSP, telescope, completion, language support\n**Neovide**: Core wrapped for the [Neovide](https://neovide.dev) GUI — includes transparency, animations, font config, and a `.desktop` entry for launcher integration\n\n## Features\n\n- **AI Integration**: Claude Code, GitHub Copilot\n- **Language Support**: Nix, Python, Lua, Markdown, Web Development\n- **Modern UI**: Dashboard, snacks.picker, neo-tree, bufferline\n- **Smart Completion**: blink-cmp with multiple sources\n- **Git Integration**: Built-in git workflow tools\n\n## Available Modules\n\n**Core**: `common`, `neo-tree`, `snacks`, `treesitter`, `git`, `bufferline`\n**Languages**: `lang.nix`, `lang.python`, `lang.lua`, `lang.md`, `lang.webdev`\n**Tools**: `ai`, `lsp`, `blink-cmp`, `firenvim`, `ux`, `neovide`\n\n## Requirements\n\n- [Nix](https://nixos.org/download.html) with flakes enabled\n\n## License\n\nMIT License - see [LICENSE](LICENSE) file.\n\n## Acknowledgments\n\nBuilt with [nixvim](https://github.com/nix-community/nixvim) • Inspired by [nvix](https://github.com/niksingh710/nvix)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcolongol%2Fnixievim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcolongol%2Fnixievim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcolongol%2Fnixievim/lists"}