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

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

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

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

πŸ‘₯ Ideal for solo developers, teams, and cross-company projects

Learn more

πŸ‘‹ Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay