# Installation
# Pre-requisites
Neovim 0.8.0+
# NeoVim installation options
Note: This is a summary of NeoVim's installation page (opens new window)
# With an appimage (opens new window)
This should work across all Linux distros.
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage
Then consider moving this to your local/user bin & adding an alias to this
mv ./nvim.appimage ~/.local/bin/
echo "alias vim='/home/<YOUR USERNAME>/.local/bin/nvim.appimage'" >>~/.<bashrc or zshrc>
# Using PACMAN on Arch (opens new window)
sudo pacman -S neovim
# Using APT on Ubuntu (opens new window)
Note: This doesn't work with Debian
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim
- Use a Nerd Font (opens new window) in your terminal emulator.
git
& other basic Linux CLI toolsnode
to install additional language servers
# Semi-optional dependencies
pynvim
andfd
(opens new window)
# Install
# Install in one command
bash <(curl -s https://raw.githubusercontent.com/nvoid-lua/nvoid/main/utils/installer/install.sh)
# Uninstall
rm -rf ~/.config/nvoid/ ~/.local/share/nvoid/ ~/.cache/nvoid/