Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 977 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 977 Bytes

Neovim Configuration

This repository contains my personal Neovim configuration files, including settings, key mappings, and plugins.

Installation

Prerequisites

  • 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.

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/neovim-config.git ~/.config/nvim
  2. Install Plugins:

    Open Neovim and Lazy should automatically install all the plugins automatically

Customization

  • init.lua: Main configuration file
  • keymaps.lua: Key mappings

Feel free to customize these files to suit your needs.

Credits

Credit goes to kickstart.nvim for providing a great starting point to learn about neovim