English translation
This commit is contained in:
parent
f1e5862224
commit
22b20e3788
12
README.md
12
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!`
|
||||
|
Loading…
Reference in New Issue
Block a user