This is my personal configuration for LazyVim, built to enhance my Neovim experience.
Refer to the LazyVim documentation for general guidance on LazyVim.
To use this configuration, follow these steps:
-
Install Neovim
Ensure you have Neovim (v0.9 or later) installed. You can download it from neovim.io. -
Clone this Configuration
Clone this repository into your Neovim configuration directory:git clone https://github.com/your-repo/lazyvim-config.git $env:LOCALAPPDATA\nvim
-
Install Plugins
Open Neovim, and Lazy.nvim will automatically install the required plugins. If it doesn’t, run::Lazy sync
-
Restart Neovim
Restart Neovim to apply the configuration.
- Custom Keymaps: My personal keymap tweaks for productivity.
- Plugin Management: Powered by Lazy.nvim for fast and efficient plugin loading.
- Lightweight Setup: Focused on simplicity and performance.
# Navigate to the Neovim configuration directory
cd $env:LOCALAPPDATA\nvim
# Sync plugins
nvim +Lazy sync
This is a personal configuration and may not suit everyone's needs. Feel free to customize it to your liking!