{"id":50932399,"url":"https://github.com/ianlintner/nvim-config","last_synced_at":"2026-06-17T05:31:24.775Z","repository":{"id":360817595,"uuid":"1251246425","full_name":"ianlintner/nvim-config","owner":"ianlintner","description":"Personal neovim with IDE vibe plugins","archived":false,"fork":false,"pushed_at":"2026-05-28T00:55:25.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-28T02:23:11.691Z","etag":null,"topics":["config","neovim","nvim","texteditor","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":false,"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/ianlintner.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":"2026-05-27T11:43:03.000Z","updated_at":"2026-05-28T00:55:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ianlintner/nvim-config","commit_stats":null,"previous_names":["ianlintner/nvim-config"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ianlintner/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianlintner%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianlintner%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianlintner%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianlintner%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianlintner","download_url":"https://codeload.github.com/ianlintner/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianlintner%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34435978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["config","neovim","nvim","texteditor","vim"],"created_at":"2026-06-17T05:31:24.183Z","updated_at":"2026-06-17T05:31:24.771Z","avatar_url":"https://github.com/ianlintner.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Configuration (`nvim-config`)\n\nMy personal Neovim configuration, optimized for C# (Godot), TypeScript, Python, and Rust development with a modern SWE workflow.\n\n## Highlights\n- **Plugin Manager:** [lazy.nvim](https://github.com/folke/lazy.nvim)\n- **Colorscheme:** [cyberpunk.nvim](https://github.com/samueljoli/cyberpunk.nvim)\n- **File Explorer:** [NERDTree](https://github.com/preservim/nerdtree)\n- **Completion:** [blink.cmp](https://github.com/Saghen/blink.cmp) + [Copilot](https://github.com/zbirenbaum/copilot.lua)\n- **LSP:** [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) + [mason.nvim](https://github.com/williamboman/mason.nvim)\n- **Syntax:** [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n- **Search \u0026 Replace:** [nvim-spectre](https://github.com/nvim-pack/nvim-spectre)\n- **Godot Integration:** [godot.nvim](https://github.com/Lommix/godot.nvim) + [nvim-dap](https://github.com/mfussenegger/nvim-dap)\n- **C# / Dotnet:** [easy-dotnet.nvim](https://github.com/GustavEikaas/easy-dotnet.nvim)\n- **AI Assistant:** [opencode.nvim](https://github.com/nickjvandyke/opencode.nvim)\n\n## Keymaps\n| Key | Action |\n|-----|--------|\n| `\u003cC-n\u003e` | Toggle NERDTree |\n| `\u003cleader\u003en` | Focus NERDTree |\n| `\u003cleader\u003esr` | Toggle Spectre Search \u0026 Replace |\n| `\u003cleader\u003esw` | Search current word project-wide |\n| `\u003cleader\u003esp` | Search current file project-wide |\n| `\u003cleader\u003eao` | Ask opencode |\n| `gd` | Go to definition |\n| `gr` | Go to references |\n| `K` | Hover documentation |\n| `\u003cleader\u003ern` | Rename symbol |\n| `\u003cleader\u003eca` | Code action |\n\n## Requirements\n- Neovim \u003e= 0.9\n- Git\n- A [Nerd Font](https://www.nerdfonts.com/) (recommended for icons)\n\n## Installation \u0026 Setup\nTo install this configuration on a new machine:\n\n1. Clone the repository to your Neovim configuration directory:\n   ```bash\n   git clone https://github.com/ianlintner/nvim-config.git ~/.config/nvim\n   ```\n2. Start Neovim (`nvim`). `lazy.nvim` will automatically bootstrap itself and install all required plugins.\n3. Run `:checkhealth` to verify everything is installed correctly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianlintner%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianlintner%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianlintner%2Fnvim-config/lists"}