From b4dbf4744b2b0dc4dc12fba5a7226f9a3ee429e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Sun, 16 Dec 2012 17:15:47 +0100 Subject: [PATCH] Added Gists support --- .sparkleshare | 1 - vimrc | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .sparkleshare diff --git a/.sparkleshare b/.sparkleshare deleted file mode 100644 index 9384b5d..0000000 --- a/.sparkleshare +++ /dev/null @@ -1 +0,0 @@ -cb883fdacb83f533dd29c13b4258875860e0de9f \ No newline at end of file diff --git a/vimrc b/vimrc index 5d04224..faeecca 100644 --- a/vimrc +++ b/vimrc @@ -18,7 +18,8 @@ Bundle "tomtom/tlib_vim" Bundle "honza/snipmate-snippets" Bundle "garbas/vim-snipmate" Bundle "SpellCheck" - +Bundle "mattn/gist-vim" +Bundle "mattn/webapi-vim" filetype plugin indent on " required!