Skip to content

πŸ’€ My personal Neovim configuration using lazy.nvim for fast startup, modular plugin loading, and a clean, maintainable setup. Ideal for developers who want a performant, modern editing experience.

License

BadRat-in/lazyvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’€ LazyVim Config

This is my personalized LazyVim setup, fine-tuned for productivity and customization. It's designed to be a plug-and-play configuration for Neovim, with a modular structure and essential plugins.

πŸ“ Project Structure

.
β”œβ”€β”€ init.lua                  # Entry point for Neovim
β”œβ”€β”€ lazy-lock.json            # Plugin lockfile
β”œβ”€β”€ lazyvim.json              # LazyVim config metadata
β”œβ”€β”€ LICENSE                   # License file
β”œβ”€β”€ lua
β”‚   β”œβ”€β”€ config
β”‚   β”‚   β”œβ”€β”€ autocmds.lua      # Custom auto commands
β”‚   β”‚   β”œβ”€β”€ keymaps.lua       # Key mappings
β”‚   β”‚   β”œβ”€β”€ lazy.lua          # LazyVim plugin setup
β”‚   β”‚   └── options.lua       # Neovim options
β”‚   └── plugins
β”‚       └── example.lua       # Sample plugin config
β”œβ”€β”€ README.md                 # You're here!
└── stylua.toml               # StyLua configuration

πŸš€ Getting Started

  1. Install Neovim (v0.9+ recommended)

  2. Clone this repo:

    git clone https://github.com/BadRat-in/lazyvim-config.git ~/.config/nvim
  3. Launch Neovim:

    nvim

    LazyVim will handle the restβ€”plugins will be automatically installed on first run.

πŸ›  Features

  • ⚑ Lightning-fast startup with LazyVim
  • πŸ”§ Modular configuration (keymaps, autocmds, options)
  • 🧩 Plugin management via Lazy.nvim
  • πŸ“ Auto-formatting with StyLua

πŸ“ License

This project is licensed under the Apache License 2.0.

About

πŸ’€ My personal Neovim configuration using lazy.nvim for fast startup, modular plugin loading, and a clean, maintainable setup. Ideal for developers who want a performant, modern editing experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages