summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 002881a3b741de1d98e882c1995849da4bdceb77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Prerequisites :
```sh
brew install vim
```

# Installation :

```sh
git clone [email protected]:a14m/.vim ~/.vim
# or
git clone [email protected]:~a14m/.vim ~/.vim
```

# Create symlinks :

```sh
ln -sf ~/.vim/.vimrc ~/.vimrc
```

# Installing Plugins :
```sh
vim +PlugInstall
```

# Updating Plugins :
```
vim +PlugUpdate
```

# Updating Plug (plugins manager)
```
vim +PlugUpgrade
```