view hooks/post-up @ 229:fa5fa3251f4a

Add neocomplete and snippets
author zegervdv <zegervdv@me.com>
date Wed, 21 Jan 2015 18:03:42 +0100
parents 152b34da1f13
children
line wrap: on
line source

#!/bin/sh

if [ ! -e $HOME/.vim/notes ]; then
  ln -s $HOME/.dotfiles/vim/notes $HOME/.vim/notes
fi

# Update plugins
# cd $HOME/.dotfiles
# git submodule init
# git submodule update