Vim

Turn VIM into a full featured IDE with only one command

Dreams of Code (02.04.2023)

The number one question I get is to explain how I set up my development environment.
So, I decided to do a video on one of the key components of my setup. NVChad.
⚠️ NVChad has had some breaking changes, make sure to use the v2.0 branch if you’re using this video. You can find the command below.
NVChad is a neovim configuration that I’ve been using for just over a year now, and it’s perhaps my favorite configuration so far.
It offers all the essentials one needs to get started with a modern version of vim whilst still allowing for a decent amount of customization.
In this video, I share how to get set up with NVChad. Then I look at some of the core features of NVChad and how to add your own plugins and LSP servers.
NOTE: If you’re having trouble running NVChad, make sure your Neovim is the most recent version. Apologies for not calling that out in the video!

 

Commands:

macOS/Linux:

git clone -b v2.0 https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim

Windows:

git clone -b v2.0 https://github.com/NvChad/NvChad $HOME\AppData\Local\nvim --depth 1 && nvim
To top