Aggiunto link di Autoclose
This commit is contained in:
parent
8f5f6e5838
commit
b236139a87
@ -2,6 +2,7 @@ Questa è la mia configurazione di Vim.
|
|||||||
|
|
||||||
### Plugin installati
|
### Plugin installati
|
||||||
* [Vundle](https://github.com/gmarik/vundle)
|
* [Vundle](https://github.com/gmarik/vundle)
|
||||||
|
* [Autoclose](https://github.com/townk/vim-autoclose)
|
||||||
* [CtlrP](https://github.com/kien/ctrlp.vim)
|
* [CtlrP](https://github.com/kien/ctrlp.vim)
|
||||||
* [Distraction free writing](https://github.com/laktek/distraction-free-writing-vim)
|
* [Distraction free writing](https://github.com/laktek/distraction-free-writing-vim)
|
||||||
* [Fugitive](https://github.com/tpope/vim-fugitive)
|
* [Fugitive](https://github.com/tpope/vim-fugitive)
|
||||||
|
2
vimrc
2
vimrc
@ -7,7 +7,7 @@ call vundle#rc()
|
|||||||
|
|
||||||
Bundle "gmarik/vundle"
|
Bundle "gmarik/vundle"
|
||||||
Bundle "kien/ctrlp.vim"
|
Bundle "kien/ctrlp.vim"
|
||||||
Bundle "Townk/vim-autoclose"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user