DEV Community

Cover image for How to install NvChad and Neovim In Ubuntu/Windows (WSL)
Santino Pacilio
Santino Pacilio

Posted on

19 1

How to install NvChad and Neovim In Ubuntu/Windows (WSL)

This tutorial is simple and direct to the point. I think that using this type of "distros" of Neovim are good for beginners. Or, you're transitioning from VS Code or some IDE to Neovim/Vim.

Why Nvchad?: I think it's a good "distro" to start with Neovim. As usual, You'll have to learn the basic commands of Neovim, etc. But, for beginners, this "distro" does a great job.

Let's get to the point.

Install NvChad and Neovim on Ubuntu/WSL:

First, you will have to install the newest version of Neovim. Or, versions of Neovim that are up to 0.8.0. Else, Nvchad won't work.

Nvim link: https://github.com/neovim/neovim/releases

You will have to install the nvim-linux64.tar.gz:

Image description

After that, extract it, and put this commands on the terminal:



tar xzvf nvim-linux64.tar.gz


Enter fullscreen mode Exit fullscreen mode

and run it:



./nvim-linux64/bin/nvim


Enter fullscreen mode Exit fullscreen mode

Now, time to install nvchad. Go to the official page of Nvchad: https://nvchad.com/ Make sure to follow the prerequisites the page tell you.

Image description

Now, you'll have to put this on the terminal:



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


Enter fullscreen mode Exit fullscreen mode

And follow the steps that Nvchad tell you in the installation.

Install Nvchad and Neovim on Windows:

Install the newest version of Neovim up to 0.8.0: https://github.com/neovim/neovim/releases Install the Msi/Windows release.

Image description

After you installed the Neovim, we proceed to install Nvchad:

Go to the official page: https://nvchad.com/ and follow the pre-requisites.

Image description

After you completed all the requisites, put this command on the CMD o Terminal (Windows 11):



git clone https://github.com/NvChad/NvChad %USERPROFILE%\AppData\Local\nvim --depth 1 && nvim


Enter fullscreen mode Exit fullscreen mode

Make sure you have git installed. If you don't, install it: https://git-scm.com/

Image description

Now, the installer of nvchad will appear, and you would have to follow the steps this indicates.

Thanks for watching this post, It's my first post, so feedback it's welcome!.

Do your career a big favor. Join DEV. (The website you're on right now)

It takes one minute, it's free, and is worth it for your career.

Get started

Community matters

Top comments (1)

Collapse
 
pacilio4 profile image
Santino Pacilio •
Comment hidden by post author

Some comments have been hidden by the post's author - find out more

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

đź‘‹ Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay