Aggiunta sintassi per Jade
This commit is contained in:
parent
b236139a87
commit
479ee08563
@ -8,6 +8,7 @@ Questa è la mia configurazione di Vim.
|
|||||||
* [Fugitive](https://github.com/tpope/vim-fugitive)
|
* [Fugitive](https://github.com/tpope/vim-fugitive)
|
||||||
* [Gundo](https://github.com/sjl/gundo.vim)
|
* [Gundo](https://github.com/sjl/gundo.vim)
|
||||||
* [Jedi](https://github.com/davidhalter/jedi-vim)
|
* [Jedi](https://github.com/davidhalter/jedi-vim)
|
||||||
|
* [Jade](https://github.com/digitaltoad/vim-jade)
|
||||||
* [Markdown](https://github.com/tpope/vim-markdown)
|
* [Markdown](https://github.com/tpope/vim-markdown)
|
||||||
* [NERDCommenter](https://github.com/scrooloose/nerdcommenter)
|
* [NERDCommenter](https://github.com/scrooloose/nerdcommenter)
|
||||||
* [NERDTree](https://github.com/scrooloose/nerdtree)
|
* [NERDTree](https://github.com/scrooloose/nerdtree)
|
||||||
|
1
vimrc
1
vimrc
@ -11,6 +11,7 @@ Bundle "townk/vim-autoclose"
|
|||||||
Bundle "laktek/distraction-free-writing-vim"
|
Bundle "laktek/distraction-free-writing-vim"
|
||||||
Bundle "tpope/vim-fugitive"
|
Bundle "tpope/vim-fugitive"
|
||||||
Bundle "sjl/gundo.vim"
|
Bundle "sjl/gundo.vim"
|
||||||
|
Bundle "digitaltoad/vim-jade"
|
||||||
Bundle "davidhalter/jedi-vim"
|
Bundle "davidhalter/jedi-vim"
|
||||||
Bundle "itchyny/lightline.vim"
|
Bundle "itchyny/lightline.vim"
|
||||||
Bundle "tpope/vim-markdown"
|
Bundle "tpope/vim-markdown"
|
||||||
|
Loading…
Reference in New Issue
Block a user