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