如何在日常开发工作中使用VIM
- MacOS
brew install neovim
pip3 install pynvim
brew install ccat ranger ripgrep
- Debian
sudo apt install neovim
pip3 install pynvim
sudo apt install ranger
- REHL 8
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
yum install -y neovim python3-neovim
yum install ranger
cd ~/.config/
git clone https://github.com/zkity/nvim.git
nvim nice.day