install vim

C++
#Ubuntu or Debian
sudo apt install -y vimsudo apt-get install vim  
Want to download Vim 8.2 for Windows?

Go to the appropriate link:
	-Windows 64-bit:
    	https://github.com/vim/vim-win32-installer/releases/download/v8.2.1801/gvim_8.2.1801_x64_signed.exe
    -Windows 32-bit:
    	https://github.com/vim/vim-win32-installer/releases/download/v8.2.1801/gvim_8.2.1801_x86_signed.exe

Download and run the appropriate files!brew install vim

Source

Also in C++: