Update global conf.

This commit is contained in:
Jeff Lance 2018-06-27 18:42:00 +02:00
parent e1bdc13269
commit 037c99d77a
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
relink: true relink: true
- shell: - shell:
- ["git submodule update --init --recursive", "Installing submodules"] - [git submodule update --init --recursive, "Installing submodules."]
- clean: [ - clean: [
'~', '~',

View File

@ -1,3 +1,6 @@
- link: - link:
~/.vim: vim/vim ~/.vim: vim/vim
~/.vimrc: vim/vimrc ~/.vimrc: vim/vimrc
- shell:
- [~/.vim/install, "Updating and cleaning Vim plugins."]