{"id":32657517,"url":"https://github.com/codila125/neovim-config","last_synced_at":"2026-05-01T21:05:09.363Z","repository":{"id":319713510,"uuid":"1079399212","full_name":"codila125/neovim-config","owner":"codila125","description":"A personal Neovim configuration based on LazyVim - a modern, feature-rich Neovim setup that provides an IDE-like experience out of the box.","archived":false,"fork":false,"pushed_at":"2025-10-19T18:35:59.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"silly","last_synced_at":"2025-10-20T01:51:02.874Z","etag":null,"topics":["lazyvim","lazyvim-config","lua","neovim","neovim-plugin","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/codila125.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-10-19T18:18:20.000Z","updated_at":"2025-10-19T18:47:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"17cacef6-ddeb-41a7-bdcb-99af6d2a8f17","html_url":"https://github.com/codila125/neovim-config","commit_stats":null,"previous_names":["codila125/neovim-config"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codila125/neovim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codila125%2Fneovim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codila125%2Fneovim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codila125%2Fneovim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codila125%2Fneovim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codila125","download_url":"https://codeload.github.com/codila125/neovim-config/tar.gz/refs/heads/silly","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codila125%2Fneovim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["lazyvim","lazyvim-config","lua","neovim","neovim-plugin","vim","vim-plugin"],"created_at":"2025-10-31T12:01:33.000Z","updated_at":"2026-05-01T21:05:09.327Z","avatar_url":"https://github.com/codila125.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💤 My Neovim Configuration\n\nA personal Neovim configuration based on [LazyVim](https://github.com/LazyVim/LazyVim) - a modern, feature-rich Neovim setup that provides an IDE-like experience out of the box.\n\n## 📖 About\n\nThis repository contains my customized Neovim configuration built on top of the LazyVim starter template. LazyVim is a Neovim setup powered by [lazy.nvim](https://github.com/folke/lazy.nvim) that comes pre-configured with sensible defaults, plugin management, and extensive language support.\n\n## ✨ What is LazyVim?\n\nLazyVim is a Neovim distribution that transforms Neovim into a powerful, modern IDE with:\n\n- 🚀 Fast startup times through lazy loading\n- 📦 Pre-configured plugin ecosystem\n- 🎨 Beautiful UI with modern colorschemes\n- 🔧 LSP (Language Server Protocol) support\n- 🌳 File explorer and fuzzy finding\n- 💻 Terminal integration\n- 🔍 Advanced search and replace\n- ✅ Syntax highlighting and code completion\n\n## 🎨 Custom Features\n\n### Theme Customization\n\n- **Color Scheme**: [Gruvbox Material](https://github.com/sainnhe/gruvbox-material)\n  - Variant: `hard` background\n  - Transparent background enabled for terminal integration\n  - Warm, retro groove colors with improved contrast\n\n### Additional Plugins\n\n#### LazyGit Integration\n\nIntegrated [lazygit.nvim](https://github.com/kdheepak/lazygit.nvim) for a seamless Git workflow directly within Neovim.\n\n**Available Commands**:\n\n- `LazyGit` - Open LazyGit in a floating window\n- `LazyGitConfig` - Open LazyGit configuration\n- `LazyGitCurrentFile` - Open LazyGit for the current file\n- `LazyGitFilter` - Open LazyGit with filtered view\n- `LazyGitFilterCurrentFile` - Open LazyGit filtered for current file\n\n**Keybinding**: `\u003cleader\u003elg` - Quick access to LazyGit interface\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Neovim \u003e= 0.9.0\n- Git\n- A [Nerd Font](https://www.nerdfonts.com/) (optional, but recommended)\n- C compiler (for treesitter)\n- [ripgrep](https://github.com/BurntSushi/ripgrep) (for telescope fuzzy finding)\n- [lazygit](https://github.com/jesseduffield/lazygit) (for Git integration)\n\n### Installation\n\n1. **Backup your current Neovim configuration** (if you have one):\n\n   ```bash\n   mv ~/.config/nvim ~/.config/nvim.backup\n   mv ~/.local/share/nvim ~/.local/share/nvim.backup\n   ```\n\n2. **Clone this repository**:\n\n   ```bash\n   git clone https://github.com/codila125/neovim-config.git ~/.config/nvim\n   ```\n\n3. **Install lazygit** (if not already installed):\n\n   ```bash\n   # macOS\n   brew install lazygit\n   \n   # Ubuntu/Debian\n   sudo apt install lazygit\n   \n   # Arch Linux\n   sudo pacman -S lazygit\n   \n   # Windows (via Scoop)\n   scoop install lazygit\n   ```\n\n4. **Start Neovim**:\n\n   ```bash\n   nvim\n   ```\n\n   LazyVim will automatically install all plugins on first launch.\n\n## 🔧 Customizations\n\nThis configuration extends the LazyVim starter template with the following modifications:\n\n### 1. Theme Configuration\n\n- **Plugin**: `sainnhe/gruvbox-material`\n- **Settings**:\n  - Hard contrast background for better readability\n  - Transparent background for terminal integration\n  - Set as default colorscheme\n\n### 2. Git Integration\n\n- **Plugin**: `kdheepak/lazygit.nvim`\n- **Features**:\n  - Floating window interface\n  - Lazy-loaded for performance\n  - Custom keybinding for quick access\n  - Dependency on `plenary.nvim`\n\n## 📚 Resources\n\n- [LazyVim Documentation](https://lazyvim.github.io/)\n- [LazyVim GitHub Repository](https://github.com/LazyVim/LazyVim)\n- [Neovim Documentation](https://neovim.io/doc/)\n- [Gruvbox Material Theme](https://github.com/sainnhe/gruvbox-material)\n- [LazyGit TUI](https://github.com/jesseduffield/lazygit)\n\n## 📁 Configuration Structure\n\n```\n~/.config/nvim/\n├── lua/\n│   ├── config/          # General configuration\n│   └── plugins/         # Plugin specifications and customizations\n│       ├── gruvbox.lua  # Theme configuration\n│       └── lazygit.lua  # LazyGit integration\n├── init.lua             # Entry point\n└── README.md            # This file\n```\n\n## ⌨️ Key Bindings\n\n### Default LazyVim Bindings\n\n- **Leader Key**: `\u003cSpace\u003e`\n- **File Explorer**: `\u003cleader\u003ee` - Toggle file explorer\n- **Find Files**: `\u003cleader\u003eff` - Fuzzy find files\n- **Grep Search**: `\u003cleader\u003efg` - Search text across files\n- **LSP Features**:\n  - `gd` - Go to definition\n  - `K` - Hover documentation\n  - `\u003cleader\u003eca` - Code actions\n\n### Custom Bindings\n\n- **LazyGit**: `\u003cleader\u003elg` - Open LazyGit interface\n\n## 🎯 Why These Changes?\n\n### Gruvbox Material Theme\n\n- Provides excellent contrast without eye strain\n- Hard variant offers sharper distinction between UI elements\n- Transparent background integrates beautifully with modern terminals\n- Warm, earthy color palette reduces fatigue during long coding sessions\n\n### LazyGit Integration\n\n- Eliminates context switching between terminal and editor\n- Visual Git interface is more intuitive than CLI commands\n- Lazy-loaded to maintain fast startup times\n- Powerful features for staging, committing, branching, and rebasing\n\n## 🤝 Contributing\n\nFeel free to fork this repository and adapt it to your needs! If you have suggestions or improvements, open an issue or pull request.\n\n**Maintained by**: [@codila125](https://github.com/codila125)\n\n**Note**: For detailed LazyVim usage and customization, refer to the [official documentation](https://lazyvim.github.io/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodila125%2Fneovim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodila125%2Fneovim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodila125%2Fneovim-config/lists"}