Created
July 20, 2025 14:58
-
-
Save taq/5189b45ea27f1c7b0a4f9707c95a78f2 to your computer and use it in GitHub Desktop.
Repositórios para instalar o Neovim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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