NvChad
tinyvim
Lua

Most Organized minimal Neovim PDE config for beginners ( 240 ~ LOC )

Last updated Jun 1, 2026
221
Stars
19
Forks
0
Issues
0
Stars/day
Attention Score
69
Language breakdown
No language data available.
โ–ธ Files click to expand
README

TinyVim

  • Minimal Neovim config meant to be a starting point for new neovim users.
2023-09-26-133901<em>2560x1440</em>scrot

Install

  • Linux or MacOS
git clone https://github.com/NvChad/tinyvim ~/.config/nvim && nvim

Run :MasonInstallAll command after lazy.nvim finishes downloading plugins

  • Windows
git clone https://github.com/NvChad/tinyvim $HOME\AppData\Local\nvim --depth 1 && nvim

Run :MasonInstallAll command after lazy.nvim finishes downloading plugins

Reset

rm -rf ~/.local/share/nvim && rm -rf ~/.config/nvim/lazy-lock.json

Dir structure

โ”œโ”€โ”€ init.lua
โ”œโ”€โ”€ lua
    โ”œโ”€โ”€ commands.lua
    โ”œโ”€โ”€ mappings.lua
    โ”œโ”€โ”€ options.lua
    โ””โ”€โ”€ plugins
        โ”œโ”€โ”€ init.lua
        โ”œโ”€โ”€ configs
            โ”œโ”€โ”€ blink.lua
            โ”œโ”€โ”€ telescope.lua
            โ””โ”€โ”€ ( more ... )

About

  • 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.

Important Plugins used

Below is the list of some very important plugins which I think should be must for any neovim config.

| Name | Description | |-------------------------|----------------------------------------------| | nvim-tree.lua | File tree | | Nvim-web-devicons | Icons provider | | nvim-treesitter | Configure treesitter | | bufferline.nvim | Tab + bufferline plugin | | blink.cmp | Autocompletion | | Luasnip & friendly snippets | Snippets | | mason.nvim | Download binaries of various lsps, formatters, debuggers, etc. | | gitsigns.nvim | Git-related features | | comment.nvim | Commenting | | telescope.nvim | Fuzzy finder | | conform.nvim | Formatter |

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท NvChad/tinyvim ยท Updated daily from GitHub