Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyVim

  • Minimal Neovim config meant to be a starting point for new neovim users.

2023-09-26-133901_2560x1440_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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.