diff --git a/README.md b/README.md index 4033a3c..586d527 100644 --- a/README.md +++ b/README.md @@ -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!`