A minimal, ready-to-use starter template for LazyVim, a modern Neovim configuration framework.
- Pre-configured with sensible defaults
- Easy to extend and customize
- Fast startup and plugin management with lazy.nvim
Follow the official LazyVim installation guide:
- Backup your existing Neovim configuration:
mv ~/.config/nvim ~/.config/nvim.bak - Clone this template:
git clone https://github.com/your-username/your-repo ~/.config/nvim - Start Neovim:
nvim
- Edit your configuration in
~/.config/nvim/lua/config/ - Add or remove plugins in
~/.config/nvim/lua/plugins/
See the LazyVim documentation for more details and advanced configuration.
For help and questions, visit the LazyVim Discussions.
Would you like to customize any section further (e.g., add badges, more usage examples, or contribution guidelines)?