{"id":28216149,"url":"https://github.com/gitdaksh/nvim","last_synced_at":"2025-07-14T16:37:23.704Z","repository":{"id":274046074,"uuid":"921735793","full_name":"GitDaksh/NVim","owner":"GitDaksh","description":"My configurations for an optimized Neovim setup for development. Features LSP, auto-completion, Git integration, and a sleek UI. Built for productivity with lazy-loading plugins and custom keybindings. 🚀","archived":false,"fork":false,"pushed_at":"2025-01-24T14:21:03.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T23:12:34.574Z","etag":null,"topics":["git","lazyvim","lsp","lua"],"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/GitDaksh.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}},"created_at":"2025-01-24T14:15:37.000Z","updated_at":"2025-03-25T17:38:35.000Z","dependencies_parsed_at":"2025-01-24T15:35:57.510Z","dependency_job_id":null,"html_url":"https://github.com/GitDaksh/NVim","commit_stats":null,"previous_names":["gitdaksh/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GitDaksh/NVim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitDaksh%2FNVim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitDaksh%2FNVim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitDaksh%2FNVim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitDaksh%2FNVim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GitDaksh","download_url":"https://codeload.github.com/GitDaksh/NVim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitDaksh%2FNVim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265319567,"owners_count":23746363,"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","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":["git","lazyvim","lsp","lua"],"created_at":"2025-05-17T23:11:47.180Z","updated_at":"2025-07-14T16:37:23.696Z","avatar_url":"https://github.com/GitDaksh.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Configuration for 2024\n\nWelcome to my Neovim configuration repository! This setup is designed to transform Neovim into a powerful, modern code editor tailored for web development and beyond. Inspired by the latest tools and plugins, this configuration is optimized for productivity, aesthetics, and functionality. Below is a concise overview of the setup and its features.\n\n---\n\n## 🚀 **Features**\n\nThis Neovim configuration includes:\n\n- **Plugin Management**: Powered by `lazy.nvim`, a fast and efficient plugin manager.\n- **File Explorer**: Enhanced with `nvim-tree.lua` for a modern file navigation experience.\n- **Fuzzy Finder**: `telescope.nvim` for seamless file and text searching.\n- **Syntax Highlighting**: `tree-sitter` for advanced syntax parsing and highlighting.\n- **LSP Support**: Integrated with `mason.nvim` for easy installation of language servers.\n- **Auto-Completion**: `nvim-cmp` with snippets, LSP integration, and VS Code-like icons.\n- **Git Integration**: `gitsigns.nvim` and `lazygit.nvim` for version control within Neovim.\n- **Formatting \u0026 Linting**: `conform.nvim` and `nvim-lint` for code formatting and linting.\n- **UI Enhancements**: Beautiful status lines with `lualine.nvim`, tabs with `bufferline.nvim`, and a sleek dashboard with `alpha.nvim`.\n- **Custom Keymaps**: Intuitive keybindings for navigation, splits, tabs, and more.\n- **Session Management**: `auto-session.nvim` for restoring your workspace effortlessly.\n\n---\n\n## 🛠️ **Setup Instructions**\n\n### **Prerequisites**\n1. **Neovim**: Ensure you have Neovim (v0.9.5 or higher) installed.\n2. **Homebrew**: For macOS/Linux, install dependencies like `ripgrep`, `node`, and `nerd fonts`.\n3. **Git**: Required for plugin management and version control.\n\n### **Installation**\n1. Clone this repository into your Neovim config directory:\n   ```bash\n   git clone https://github.com/your-username/neovim-config.git ~/.config/nvim\n   ```\n2. Open Neovim:\n   ```bash\n   nvim\n   ```\n3. Wait for `lazy.nvim` to automatically install all plugins.\n\n---\n\n## 🧩 **Plugin Highlights**\n\n### **Core Plugins**\n- **`lazy.nvim`**: Plugin manager for lazy-loading and efficient setup.\n- **`nvim-tree.lua`**: File explorer with icons and Git integration.\n- **`telescope.nvim`**: Fuzzy finder for files, text, and more.\n- **`tree-sitter`**: Advanced syntax highlighting and parsing.\n- **`mason.nvim`**: Easy installation of LSP servers, linters, and formatters.\n- **`nvim-cmp`**: Auto-completion with LSP, snippets, and VS Code-like icons.\n- **`lualine.nvim`**: Customizable status line.\n- **`bufferline.nvim`**: Enhanced tab management.\n\n### **Git Integration**\n- **`gitsigns.nvim`**: Git status in the gutter (added, modified, deleted lines).\n- **`lazygit.nvim`**: Terminal UI for Git commands.\n\n### **Formatting \u0026 Linting**\n- **`conform.nvim`**: Auto-formatting with Prettier, Black, and more.\n- **`nvim-lint`**: Linting with ESLint, Pylint, etc.\n\n### **UI Enhancements**\n- **`alpha.nvim`**: A sleek dashboard for Neovim.\n- **`tokyonight.nvim`**: A beautiful color scheme.\n- **`indent-blankline.nvim`**: Visual indentation guides.\n\n---\n\n## 🎨 **Custom Keymaps**\n\nHere are some of the keybindings to supercharge your workflow:\n\n| Keybinding          | Action                                   |\n|---------------------|------------------------------------------|\n| `\u003cLeader\u003ee`         | Toggle file explorer (`nvim-tree`)       |\n| `\u003cLeader\u003eff`        | Find files (`telescope`)                 |\n| `\u003cLeader\u003efg`        | Live grep (`telescope`)                  |\n| `\u003cLeader\u003efr`        | Recent files (`telescope`)               |\n| `\u003cLeader\u003efs`        | Search string in project (`telescope`)   |\n| `\u003cLeader\u003egs`        | Stage Git hunk (`gitsigns`)              |\n| `\u003cLeader\u003egu`        | Undo Git hunk (`gitsigns`)               |\n| `\u003cLeader\u003egd`        | Open Git diff (`gitsigns`)               |\n| `\u003cLeader\u003elg`        | Open lazygit (`lazygit.nvim`)            |\n| `\u003cLeader\u003eca`        | Code actions (LSP)                       |\n| `\u003cLeader\u003ern`        | Rename symbol (LSP)                      |\n| `\u003cLeader\u003egd`        | Go to definition (LSP)                   |\n| `\u003cLeader\u003egr`        | Go to references (LSP)                   |\n| `\u003cLeader\u003emp`        | Format file (`conform.nvim`)             |\n| `\u003cLeader\u003exx`        | Open trouble.nvim for diagnostics        |\n\n---\n\n## 🖥️ **File Structure**\n\nThe configuration is organized as follows:\n\n```\n~/.config/nvim/\n├── init.lua              # Main entry point\n├── lua/\n│   ├── core/             # Core settings (options, keymaps)\n│   ├── plugins/          # Plugin configurations\n│   └── lsp/              # LSP configurations\n└── README.md             # This file\n```\n\n---\n\n## 🌟 **Why This Setup?**\n\nThis configuration is designed to:\n- Be **highly customizable** for different workflows.\n- Provide a **modern IDE-like experience** in Neovim.\n- Optimize **performance** with lazy-loading plugins.\n- Support **web development** and other programming languages.\n\n---\n\n## 📚 **Resources**\n- [Neovim Documentation](https://neovim.io/doc/)\n- [Lazy.nvim Documentation](https://github.com/folke/lazy.nvim)\n- [Mason.nvim Documentation](https://github.com/williamboman/mason.nvim)\n- [Telescope.nvim Documentation](https://github.com/nvim-telescope/telescope.nvim)\n\n---\n\n## 🙏 **Credits**\nThis configuration was inspired by the video: [How I Setup Neovim To Make It AMAZING In 2024 | Complete Guide](https://www.youtube.com/watch?v=6pAG3BHurdM). Special thanks to the creator for the detailed walkthrough.\n\n---\n\nEnjoy your new Neovim setup! If you have any questions or suggestions, feel free to open an issue or reach out. Happy coding! 🚀\n\n---\n\n**Made with ❤️ by [Daksh]**  \n**GitHub**: [GitDaksh](https://github.com/GitDaksh) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitdaksh%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitdaksh%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitdaksh%2Fnvim/lists"}