Neovim Config Repository
Neovim Config Repository
This section provides documentation and reference for my Neovim configuration. The complete source code is available at https://github.com/SOUMITRO-SAHA/neovim-config.
Repository Overview
The configuration is built using Lazy.nvim as the plugin manager and includes a carefully curated set of plugins for an optimal development experience.
Key Features
- Modern plugin management with Lazy.nvim
- Optimized startup time
- Carefully selected plugins for development
- Clean and maintainable configuration structure
Repository Structure
The repository follows a modular structure:
neovim-config/├── init.lua # Main entry point├── lua/│ ├── config/ # Core configuration│ └── plugins/ # Plugin configurations└── lazy-lock.json # Plugin lock file
Quick Links
Clone the Repository
To get started with this configuration, clone the repository:
git clone https://github.com/SOUMITRO-SAHA/neovim-config.git ~/.config/nvim