-
Neovim: 0.8 or latest. https://neovim.io/.
-
Packer: Plugins manager.
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
Environment
- Node.js e npm (for
coc.nvim):sudo apt install nodejs npm
- xclip (for clipboard on linux):
sudo apt install xclip
- ripgrep and fd (for
telescope.nvim):sudo apt install ripgrep fd-find
- C++ Compilator (Bind ==
<F5>):sudo apt install g++