| sidebar_position | 1 |
|---|---|
| description | How to install NormalNvim on various operating systems. |
- You need Neovim >=
0.10and a set Nerd Font as your terminal font. Otherwise icons might not display correctly. - There are 3 possible ways to install NormalNvim.
You can preview it here.
wget -q https://raw.githubusercontent.com/NormalNvim/installer/main/installer.sh && chmod +x installer.sh && ./installer.sh# Strongly recommended: Fork the repo and clone YOUR fork.
git clone https://github.com/NormalNvim/NormalNvim.git ~/.config/nvim# Strongly recommended: Fork the repo and clone YOUR fork.
git clone https://github.com/NormalNvim/NormalNvim.git %USERPROFILE%\AppData\Local\nvim && nvimThis 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.
