Please check more infomation in git pages.
Table of contents generated with markdown-toc
A easy to use vim config manager.
- Don`t conflict with other nvim config, so you can easy to change the environment of neovim.
- Modularizer each plugin manager.
- linux
curl -s https://raw.githubusercontent.com/Hwloser/hwloser-vim/master/install.sh | bash - mac
- todo
- neovim
- git
- make
# macos -- please use brew install
brew install neovim
# ubuntu
apt-get update && apt-get install neovim# macos -- please use brew install
brew install git
# ubuntu
apt-get update && apt-get install git# macos -- please use brew install
brew install make
# ubuntu
apt-get update && apt-get install make# install this manager
make
# uninstall this manager
make uninstall