Aggiunta sintassi per Jade

This commit is contained in:
Rnhmjoj 2013-12-22 16:40:04 +01:00
parent b236139a87
commit 479ee08563
2 changed files with 2 additions and 0 deletions

View File

@ -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)

1
vimrc
View File

@ -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"