Skip to content

Minimal neovim configurations tuned to personal taste

License

Notifications You must be signed in to change notification settings

lukteo/config-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal neovim configurations tuned to personal taste

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages