<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Santino Pacilio</title>
    <description>The latest articles on Forem by Santino Pacilio (@pacilio4).</description>
    <link>https://forem.com/pacilio4</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1273212%2F64191378-eb62-4b59-9836-6e55367941bd.png</url>
      <title>Forem: Santino Pacilio</title>
      <link>https://forem.com/pacilio4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/pacilio4"/>
    <language>en</language>
    <item>
      <title>How to install NvChad and Neovim In Ubuntu/Windows (WSL)</title>
      <dc:creator>Santino Pacilio</dc:creator>
      <pubDate>Sun, 04 Feb 2024 20:55:16 +0000</pubDate>
      <link>https://forem.com/pacilio4/how-to-install-nvchad-and-neovim-in-ubuntuwindows-wsl-569o</link>
      <guid>https://forem.com/pacilio4/how-to-install-nvchad-and-neovim-in-ubuntuwindows-wsl-569o</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Nvchad?:&lt;/strong&gt; 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. &lt;/p&gt;

&lt;p&gt;Let's get to the point.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install NvChad and Neovim on Ubuntu/WSL:
&lt;/h2&gt;

&lt;p&gt;First, you will have to install the &lt;strong&gt;&lt;em&gt;newest version of Neovim&lt;/em&gt;&lt;/strong&gt;. Or, versions of Neovim that are up to 0.8.0. Else, Nvchad won't work.&lt;/p&gt;

&lt;p&gt;Nvim link: &lt;a href="https://github.com/neovim/neovim/releases" rel="noopener noreferrer"&gt;https://github.com/neovim/neovim/releases&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You will have to install the nvim-linux64.tar.gz:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuyhn5upya4fq8g4buc8i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuyhn5upya4fq8g4buc8i.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After that, extract it, and put this commands on the terminal:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

tar xzvf nvim-linux64.tar.gz


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;and run it: &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

./nvim-linux64/bin/nvim


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Now, &lt;strong&gt;&lt;em&gt;time to install nvchad&lt;/em&gt;&lt;/strong&gt;. Go to the official page of Nvchad: &lt;a href="https://nvchad.com/" rel="noopener noreferrer"&gt;https://nvchad.com/&lt;/a&gt; Make sure to follow the prerequisites the page tell you.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft6p0jhijqjds1l9nwegp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft6p0jhijqjds1l9nwegp.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, you'll have to put this on the terminal: &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

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


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;And follow the steps that Nvchad tell you in the installation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install Nvchad and Neovim on Windows:
&lt;/h2&gt;

&lt;p&gt;Install the newest version of Neovim up to 0.8.0: &lt;a href="https://github.com/neovim/neovim/releases" rel="noopener noreferrer"&gt;https://github.com/neovim/neovim/releases&lt;/a&gt; Install the Msi/Windows release.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fih5b5wmkw6mjtyyxrqk3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fih5b5wmkw6mjtyyxrqk3.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After you installed the Neovim, we proceed to install Nvchad:&lt;/p&gt;

&lt;p&gt;Go to the official page: &lt;a href="https://nvchad.com/" rel="noopener noreferrer"&gt;https://nvchad.com/&lt;/a&gt; and follow the pre-requisites.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg072ih4ffr1msn087c7i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg072ih4ffr1msn087c7i.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After you completed all the requisites, put this command on the CMD o Terminal (Windows 11): &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

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


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Make sure you have git installed. If you don't, install it: &lt;a href="https://git-scm.com/" rel="noopener noreferrer"&gt;https://git-scm.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5i83efrmbaxhrcz1q5ic.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5i83efrmbaxhrcz1q5ic.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, the installer of nvchad will appear, and you would have to follow the steps this indicates. &lt;/p&gt;

&lt;p&gt;Thanks for watching this post, It's my first post, so feedback it's welcome!.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>github</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
