From 3677cbcc833c19626a6a86e42cb884edbeec61b5 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Mon, 20 Jul 2015 14:52:56 +0200 Subject: [PATCH] update gitconfig and vimrc --- gitconfig | 2 +- vimrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 121a6eb..14624cc 100644 --- a/gitconfig +++ b/gitconfig @@ -15,4 +15,4 @@ [core] excludesfile = ~/.gitignore [credential] - helper = cache + helper = store diff --git a/vimrc b/vimrc index 55c8d8e..e31aa94 100644 --- a/vimrc +++ b/vimrc @@ -178,3 +178,4 @@ Plugin 'othree/html5.vim' " Plugin 'godlygeek/tabular' " Plugin 'plasticboy/vim-markdown' Plugin 'mustache/vim-mustache-handlebars' +let g:mustache_abbreviations = 1