This repository contains my personal Neovim configuration files, including settings, key mappings, and plugins.
-
Neovim: Install using your package manager.
# For Ubuntu/Debian sudo apt install neovim # For macOS brew install neovim # For Windows (using Scoop) scoop install neovim
-
Git: Ensure Git is installed.
-
Clone the repository:
git clone https://github.com/yourusername/neovim-config.git ~/.config/nvim
-
Install Plugins:
Open Neovim and Lazy should automatically install all the plugins automatically
init.lua
: Main configuration filekeymaps.lua
: Key mappings
Feel free to customize these files to suit your needs.
Credit goes to kickstart.nvim for providing a great starting point to learn about neovim