Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.25 KB

File metadata and controls

34 lines (27 loc) · 1.25 KB
sidebar_position 1
description How to install NormalNvim on various operating systems.

⚡ Installation

  • You need Neovim >= 0.10 and a set Nerd Font as your terminal font. Otherwise icons might not display correctly.
  • There are 3 possible ways to install NormalNvim.

🤷‍♂️ Automatic installer (Linux/MacOS/WSL)

You can preview it here.

wget -q https://raw.githubusercontent.com/NormalNvim/installer/main/installer.sh && chmod +x installer.sh && ./installer.sh

🐧 Clone manually (Linux/MacOS/WSL)

# Strongly recommended: Fork the repo and clone YOUR fork.
git clone https://github.com/NormalNvim/NormalNvim.git ~/.config/nvim

🪟 Clone manually (Windows)

# Strongly recommended: Fork the repo and clone YOUR fork.
git clone https://github.com/NormalNvim/NormalNvim.git %USERPROFILE%\AppData\Local\nvim && nvim

Optional dependencies

This is only necessary if you installed NormalNvim by cloning manually instead of using the installer. To unlock all features you will have to install the dependencies.

NormalNvim screenshot