Skip to content

Instantly share code, notes, and snippets.

@taq
Created July 20, 2025 14:58
Show Gist options
  • Save taq/5189b45ea27f1c7b0a4f9707c95a78f2 to your computer and use it in GitHub Desktop.
Save taq/5189b45ea27f1c7b0a4f9707c95a78f2 to your computer and use it in GitHub Desktop.
Repositórios para instalar o Neovim
# Repositórios padrão
sudo apt install neovim
sudo snap install nvim –classic
# PPA
sudo add-apt-repository ppa:neovim-ppa/stable -y # stable
sudo add-apt-repository ppa:neovim-ppa/unstable -y # unstable
sudo apt update
sudo apt install neovim
# Vamos precisar para os plugins
sudo apt install git curl wget ripgrep exuberant-ctags poppler-utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment