diff --git a/README.md b/README.md index 0163a8c..eab0d14 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/vimrc b/vimrc index de7efda..6d93c8a 100644 --- a/vimrc +++ b/vimrc @@ -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"