Mercurial > dotfiles.old
view hooks/post-up @ 124:474a8dbb1ac5
Ignore certain filetypes when completing for (m)vim
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 29 Sep 2014 21:42:23 +0200 |
parents | db3720a03952 |
children | 152b34da1f13 |
line wrap: on
line source
#!/bin/sh if [ ! -e $HOME/.vim ]; then ln -s $HOME/.dotfiles/vim $HOME/.vim fi if [ ! -e $HOME/.vimwiki ]; then ln -s $HOME/.dotfiles/vimwiki $HOME/.vimwiki fi # Update plugins cd $HOME/.dotfiles git submodule init git submodule update