ULHPC Dotfiles -- vim configuration

Installation

You can use the install.sh script featured with the ULHPC dotfiles repository.

$> cd ~/.dotfiles
$> ./install.sh --vim      # OR ./install.sh --with-vim

This will setup the following files:

  • ~/.vimrc

Uninstall

$> cd ~/.dotfiles
$> ./install.sh --delete --vim

Customizations

  • use .vimrc.local to place your local custom vim code.