Skip to content

harilvfs/chadnvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NEOVIM

My Neovim setup, based on NvChad but with my own tweaks and optimizations.

NVIM

Features

  • NvChad Base: A modern, fast Neovim setup using Lua for a smooth experience.
  • Custom Tweaks: Personalized keybindings, plugins, and UI changes to match my workflow.
  • Performance-Driven: A minimalist setup that keeps things speedy and efficient.

Installation

To install my Neovim configuration, clone this repository and run the setup script:

git clone https://github.com/harilvfs/chadnvim
cd chadnvim/
chmod +x setup.sh
./setup.sh

Or, Simply Run This Curl Command:

curl -fsSL https://raw.githubusercontent.com/harilvfs/chadnvim/main/setup.sh | sh

Quick overview of the Nvim Dir:

├── init.lua
├── lua
│   ├── chadrc.lua
│   ├── configs
│   │   ├── conform.lua
│   │   ├── lazy.lua
│   │   ├── lspconfig.lua
│   │   └── null-ls.lua
│   ├── mappings.lua
│   ├── options.lua
│   └── plugins
│       └── init.lua

About

Personalized NvChad Neovim setup.

Topics

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Contributors