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"