The goal of this repo is to synchronize my configuration of VIM/NVIM across all platforms.
Clone this repo to your $HOME directory with the following command:
git clone https://github.com/yistLin/vimconfig.git $HOME/.vim
And put the following lines into your .vimrc:
set nocompatible
source $HOME/.vim/configs/plugin.vim
source $HOME/.vim/configs/general.vim
source $HOME/.vim/configs/rendering.vim
source $HOME/.vim/configs/color.vim
source $HOME/.vim/configs/interface.vim
source $HOME/.vim/configs/mapping.vim
Since I'm using vim-plug as plug-in manager, don't forget to run :PlugInstall
while starting VIM/NVIM.