neovim

Ambitious Vim-fork focused on extensibility and agility

brewmacoslinux
Try with needOr install directly
Source

About

Ambitious Vim-fork focused on extensibility and agility

Commands

nvim

Examples

Open a file for editing$ nvim myfile.txt
Open multiple files in split windows$ nvim -O file1.txt file2.txt
Start neovim with a specific configuration$ nvim -u ~/.config/nvim/init.vim