summaryrefslogtreecommitdiffstats
path: root/README.md
blob: ae25da96f43f7f42f07baec7979f3fc0630b430d (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
# Installation :

```sh
git clone [email protected]:a14m/dotvim.git ~/.vim
git clone https://github.com/a14m/dotvim.git ~/.vim
# or
git clone [email protected]:~a14m/.vim
git clone https://git.sr.ht/~a14m/.vim
```

# Create symlinks :

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

# Installing Plugins :
```sh
:PlugInstall
```

# Updating Plugins :
```
:PlugUpdate
```

# Updating Plug (plugins manager)
```
:PlugUpgrade
```