My vim dotfiles, the .vimrc
is saved to vimrc
. Run the following
commands to get set up:
$ cd ~/
$ git clone --recursive https://github.com/roaldnefs/.vim.git .vim
$ cd $HOME/.vim
$ make install
Make sure you don't have a $HOME/.vimrc
file present, as this takes precedence over $HOME/.vim/vimrc
Based upon jessfraz/.vim.
The vim dotfiles make used of Pathogen runtime path manager to install plugins and runtime files into their own private directories.
You can use the Makefile
to run a series of commands.
$ make help
install Installs plugins, sets up symlink for user .vimrc for vim.
install-root Sets up symlink for root .vimrc for vim.
update-pathogen Update pathogen.
update-plugins Updates all plugins.
update Updates pathogen and all plugins.
You overwrite the default configuration by creating a ~/.vimrc_personal
file.