rview.nvim
heavily refactored vim fork
Install
- All systems
-
curl cmd.cat/rview.nvim.sh
- Debian
-
apt-get install neovim - Ubuntu
-
apt-get install neovim -
Alpine
-
apk add neovim - Arch Linux
-
pacman -S neovim - Kali Linux
-
apt-get install neovim - Fedora
-
dnf install neovim - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install neovim - OS X
-
brew install neovim - Raspbian
-
apt-get install neovim - Docker
-
docker run cmd.cat/rview.nvim rview.nvimpowered by Commando
neovim
heavily refactored vim fork
Neovim is a fork of Vim focused on modern code and features, rather than running in legacy environments. msgpack API enables structured communication to/from any programming language. Remote plugins run as co-processes that communicate with Neovim safely and asynchronously. GUIs (or TUIs) can easily embed Neovim or communicate via TCP sockets using the discoverable msgpack API.