Note: My current nvim version is 0.10.1
: https://github.com/neovim/neovim
- Copy nvim config
cp -r nvim ~/.config/nvim
- Install packer (nvim plugin manager):
git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim
- Installing packages:
cd ~/.config/nvim
nvim init.lua
- Run nvim command
:PackerInstall
- Syntax highlighting Treesitter
:TSInstall <whatever language you use>