I love to use vim everywhere. Almost all the linux distros and macOS come with Vim pre-installed, but what about Windows? You can stick to the vim within the Windows Git Bash(you should know git because that’s what makes you a developer :D) with a Linux-like configuration, but you may notice that :w
command lags for some reason.
So why not use Neovim(nvim) on Windows? Let’s get to it!
Open powershell and run the command below to install Neovim on your system. Different ways of installation can be found in the source repository.