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

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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     

About

Personal Neovim configuration with Kickstart.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages