{"id":25700977,"url":"https://github.com/bryan07312002/nvim-config","last_synced_at":"2026-04-21T13:02:10.816Z","repository":{"id":279063403,"uuid":"937619220","full_name":"Bryan07312002/nvim-config","owner":"Bryan07312002","description":"A modern Neovim setup optimized for my development workflow, inspired by ThePrimeagen's configuration.","archived":false,"fork":false,"pushed_at":"2025-05-13T17:54:21.000Z","size":828,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T18:46:16.641Z","etag":null,"topics":["lua","nvim","nvim-configs"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Bryan07312002.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}},"created_at":"2025-02-23T14:08:40.000Z","updated_at":"2025-05-13T17:54:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a958c58-dc69-4785-bb60-269e1701c5a8","html_url":"https://github.com/Bryan07312002/nvim-config","commit_stats":null,"previous_names":["bryan07312002/nvim-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bryan07312002/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bryan07312002","download_url":"https://codeload.github.com/Bryan07312002/nvim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan07312002%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32093156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lua","nvim","nvim-configs"],"created_at":"2025-02-25T04:15:57.759Z","updated_at":"2026-04-21T13:02:10.808Z","avatar_url":"https://github.com/Bryan07312002.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Configuration ⚡\n\nA modern Neovim setup optimized for my development workflow, inspired by ThePrimeagen's configuration patterns.\n\n![Neovim Demo](./docs/example_photo.png)\n\n## Features ✨\n\n- **Lightning-fast navigation** with Harpoon and Telescope\n- **Smart LSP integration** for code intelligence\n- **Enhanced syntax highlighting** with Treesitter\n- **Git integration** with Fugitive\n- **Diagnostics** with Trouble.nvim\n- **Snippet engine** for rapid coding\n- **Testing framework** integration via Neotest\n- **Undo history visualization** with Undotree\n- **Text manipulation** with Surround.nvim\n\n## Prerequisites 🛠️\n\n- Neovim (v0.11+ recommended)\n- [ripgrep](https://github.com/BurntSushi/ripgrep) (`brew install ripgrep` or `sudo apt install ripgrep`)\n- Lua 5.1 (`sudo apt install lua5.1` or equivalent for your OS)\n- Luarocks (`sudo apt install luarocks` or equivalent)\n\n## Installation ⚡\n\n1. **Backup existing config** (if any):\n   ```sh\n   mv ~/.config/nvim ~/.config/nvim.bak\n   ```\n\n2. **Clone repository**:\n   ```sh\n   git clone https://github.com/Bryan07312002/nvim-config.git ~/.config/nvim\n   ```\n\n3. **Start Neovim** and let Lazy install plugins:\n   ```sh\n   nvim\n   ```\n\n## Plugin Ecosystem 🧩\n\n### Core Plugins\n| Plugin File         | Description                                  |\n|---------------------|----------------------------------------------|\n| `harpoon.lua`       | Rapid file navigation                        |\n| `telescope.lua`     | Fuzzy finder for files/grep/help             |\n| `lsp.lua`           | Language Server Protocol configuration       |\n| `treesitter.lua`    | Advanced syntax parsing                      |\n| `trouble.lua`       | Beautiful diagnostics viewer                 |\n\n### Productivity Boosters\n| Plugin File         | Description                                  |\n|---------------------|----------------------------------------------|\n| `fugitive.lua`      | Git integration                              |\n| `undotree.lua`      | Visual undo history                          |\n| `surround.lua`      | Text object manipulation                     |\n| `snippets.lua`      | Code snippet engine                          |\n| `neotest.lua`       | Test framework integration                   |\n\n## Key Bindings ⌨️\n\n### Navigation\n- `\u003cleader\u003eff` - Find files (Telescope)\n- `\u003cleader\u003efw` - Find Word (Telescope)\n- `\u003cleader\u003eha` - Harpoon add file\n- `\u003cleader\u003ehm` - Harpoon quick menu\n\n### LSP\n- `gd` - Goto definition\n- `gr` - Goto references\n- `K` - Hover documentation\n- `\u003cleader\u003efd` - Format document\n\n### Utilities\n- `\u003cleader\u003eu` - Toggle Undotree\n- `\u003cleader\u003ett` - Toggle Trouble.nvim\n\n## Troubleshooting 🔧\n\nIf you get errors on first launch:\n1. Run `:checkhealth` to diagnose issues\n2. Ensure all prerequisites are installed\n3. Run `:PackerSync` to install missing plugins\n4. Update Neovim to latest version\n\n---\n\n**Inspired by** [ThePrimeagen's Neovim Setup](https://github.com/ThePrimeagen/init.lua)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryan07312002%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryan07312002%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryan07312002%2Fnvim-config/lists"}