vimdiff.nvim
heavily refactored vim fork
Install
- All systems
-
curl cmd.cat/vimdiff.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 update
sudo apt-get install neovim
- OS X
-
brew install neovim
- Raspbian
-
apt-get install neovim
- Dockerfile
- dockerfile.run/vimdiff.nvim
- Docker
-
docker run cmd.cat/vimdiff.nvim vimdiff.nvim
powered 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.