English translation

This commit is contained in:
Michele Guerini Rocco 2014-01-13 22:05:31 +01:00
parent f1e5862224
commit 22b20e3788

View File

@ -1,6 +1,6 @@
Questa è la mia configurazione di Vim.
## This is my Vim configuration.
### Plugin installati
### Installed plugins
* [Vundle](https://github.com/gmarik/vundle)
* [Autoclose](https://github.com/townk/vim-autoclose)
* [CtlrP](https://github.com/kien/ctrlp.vim)
@ -19,12 +19,12 @@ Questa è la mia configurazione di Vim.
* [Syntastic](https://github.com/scrooloose/syntastic)
* [Tagbar](https://github.com/majutsushi/tagbar)
### Come installare
### How to install
* `git clone https://github.com/Rnhmjoj/dotvim.git ~/.vim`
* `cd ~/.vim`
* `mkdir backup temp spell`
* `ln -s vimrc ~/.vimrc`
* da Vim `:BundleInstall`
* from Vim `:BundleInstall`
### Come aggiornare
* da Vim `:BundleInstall!`
### How to update
* from Vim `:BundleInstall!`