Skip to content
/ nvim Public

Personal Neovim configuration with Kickstart.

License

Notifications You must be signed in to change notification settings

harilvfs/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c65a433 · Jan 2, 2025

History

28 Commits
Sep 9, 2024
Jan 2, 2025
Sep 9, 2024
Sep 9, 2024
Oct 1, 2024
Dec 30, 2024
Dec 30, 2024
Sep 10, 2024

Repository files navigation

Neovim Configuration with Kickstart

This repository contains my personal Neovim configuration, enhanced with Kickstart for a fast and streamlined setup.

NVIM

Features

  • Preconfigured plugins for enhanced development
  • Kickstart integration for easy setup
  • Optimized for performance and aesthetics
  • Custom key mappings for improved workflow

Installation

Clone the repository into the config directory

git clone https://github.com/harilvfs/nvim ~/.config/nvim

Usage

1. Launch Neovim

nvim

2. Install plugins using Lazy.nvim

:Lazy sync

Customization

Feel free to customize the configuration by editing the files in the lua/ and init.lua as per your preferences.

Quick overview of the repository structure:

neovim
├── doc/
│   ├── kickstart.txt
│   └── tags
├── lua/
│   ├── custom/
│   │   └── plugins/
│   │       ├── themes/
│   │       │   ├── nord.lua
│   │       │   └── onedark.lua
│   │       ├── init.lua
│   │       └── neo-tree.lua
│   ├── kickstart/
│   │   └── plugins/
│   │       ├── autoformat.lua
│   │       └── debug.lua
│   └── keymaps.lua
├── init.lua
├── lazy-lock.json
├── LICENSE
├── preview.webp
└── README.md