- Execute:
sudo apt install build-essential xclip fd-find ripgrep fzf
On Wayland use wl-clipboard
instead of xclip
.
- Create
~/vimfiles
directory and createbackup
andswap
directories in it. - Download
plugin manager and save it in
~/vimfiles/autoload
directory. - Copy
snippets
directory to~/vimfiles
to add custom snippets. - Reload NeoVim and run
:PlugInstall
command to install plugins. - Reload, done.