Aggiunto link di Autoclose

This commit is contained in:
Rnhmjoj 2013-11-27 19:05:54 +01:00
parent 8f5f6e5838
commit b236139a87
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ Questa è la mia configurazione di Vim.
### Plugin installati
* [Vundle](https://github.com/gmarik/vundle)
* [Autoclose](https://github.com/townk/vim-autoclose)
* [CtlrP](https://github.com/kien/ctrlp.vim)
* [Distraction free writing](https://github.com/laktek/distraction-free-writing-vim)
* [Fugitive](https://github.com/tpope/vim-fugitive)

2
vimrc
View File

@ -7,7 +7,7 @@ call vundle#rc()
Bundle "gmarik/vundle"
Bundle "kien/ctrlp.vim"
Bundle "Townk/vim-autoclose"
Bundle "townk/vim-autoclose"
Bundle "laktek/distraction-free-writing-vim"
Bundle "tpope/vim-fugitive"
Bundle "sjl/gundo.vim"