NEOVIM
My Neovim setup, based on NvChad but with my own tweaks and optimizations.
- 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.
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.shOr, Simply Run This Curl Command:
curl -fsSL https://raw.githubusercontent.com/harilvfs/chadnvim/main/setup.sh | shQuick 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