Neovim
This is a blog post about NeoVim.
We'll learn how to set it up to be your Personalized Development Environment.
Installing NeoVim
I assume you are on GNU/Linux. Use your favorite package manager to install neovim.
To configure NeoVim
Execute the following code
git clone https://github.com/ausbxuse/nvim ~/.config/
Then run
nvim
It will automatically install everything for you. Wait patiently and exit.
The second time you enter neovim, you are all set.
/* // this is a code block const doSomething = () => */