Prerequisites

  • Nerd Font as terminal font
    • Make sure the Nerd Font doesn’t end with Mono to avoid small icons.
    • Example: JetbrainsMono Nerd Font and not JetbrainsMono Nerd Font Mono
  • Ripgrep is required for grep search with Telescope (OPTIONAL)

For MacOS

  • Git
  • Brew
  • unzip

For Linux (Ubuntu, Arch, Fedora, and WSL2)

  • Git
  • unzip

For Windows

  • Git
  • unzip
  • GCC, Windows users must have mingw installed and set in the path.
  • Make, Windows users must have GnuWin32 installed and set in the path.

Install

Update

  • Lazy sync command

Uninstall

Testing your setup

Open your terminal in a project and type nvim. You’ll see a screen like that:

If you can see the screen above, you’re ready to go 🚀