From 22b20e37888379ae7a736e810c23dbf775ebfb01 Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Mon, 13 Jan 2014 22:05:31 +0100 Subject: [PATCH] English translation --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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!`