- Minimal Neovim config meant to be a starting point for new neovim users.
- Linux or MacOS
git clone https://github.com/NvChad/tinyvim ~/.config/nvim && nvimRun :MasonInstallAll command after lazy.nvim finishes downloading plugins
- Windows
git clone https://github.com/NvChad/tinyvim $HOME\AppData\Local\nvim --depth 1 && nvimRun :MasonInstallAll command after lazy.nvim finishes downloading plugins
rm -rf ~/.local/share/nvim && rm -rf ~/.config/nvim/lazy-lock.json├── init.lua
├── lua
├── commands.lua
├── mappings.lua
├── options.lua
└── plugins
├── init.lua
├── configs
├── blink.lua
├── telescope.lua
└── ( more ... )- Dont expect this config to be beautiful or blazing fast (no hardcore lazyloading is done)!
- I'm just using some plugins with their default configs
- This config only uses only lesser plugins which I think are important for any config.
Below is the list of some very important plugins which I think should be must for any neovim config.

