First Experience with Neovim
Installation I’m a Vim user but, I love to try new things and this time, I tried Neovim. Installation is so easy, I’m an Arch Linux user so it is easy as enter below command.
sudo pacman -S neovim
You can check the Neovim Github for installation steps.
When completed, you can run Neovim by nvim command.
As you can see it is so lightweight and a simple colorscheme. I want to install some plugins to make it more fasion.
2 minutes to read
Kousha Zanjani