From 479ee08563c9d5e4fc3c90692dd07064f3adc68d Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Sun, 22 Dec 2013 16:40:04 +0100 Subject: [PATCH] Aggiunta sintassi per Jade --- README.md | 1 + vimrc | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index eab0d14..4033a3c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Questa รจ la mia configurazione di Vim. * [Fugitive](https://github.com/tpope/vim-fugitive) * [Gundo](https://github.com/sjl/gundo.vim) * [Jedi](https://github.com/davidhalter/jedi-vim) +* [Jade](https://github.com/digitaltoad/vim-jade) * [Markdown](https://github.com/tpope/vim-markdown) * [NERDCommenter](https://github.com/scrooloose/nerdcommenter) * [NERDTree](https://github.com/scrooloose/nerdtree) diff --git a/vimrc b/vimrc index 6d93c8a..8650d91 100644 --- a/vimrc +++ b/vimrc @@ -11,6 +11,7 @@ Bundle "townk/vim-autoclose" Bundle "laktek/distraction-free-writing-vim" Bundle "tpope/vim-fugitive" Bundle "sjl/gundo.vim" +Bundle "digitaltoad/vim-jade" Bundle "davidhalter/jedi-vim" Bundle "itchyny/lightline.vim" Bundle "tpope/vim-markdown"