These are my personal vim settings.
-
Clone the repository
git clone https://github.com/p-herbert/vim-settings.git ~/.vim -
Initialize the local configuration file
git submodule init -
Fetch the submodules
git submodule update -
Install pathogen
-
Download the plugin comments and save it to
~/.vim/bundle/comments/plugin/ -
Download and save to
~/.vim/syntax/the following syntax files: -
Create a symbolic link from the repository
.vimrcto the home directoryln -s ~/.vim/.vimrc ~ -
Install jsctags
npm i -g jsctags
Note: Additional system dependencies will need to be installed. See individual plugins for instructions.