blob: de101d1d6a68698995368c08a3e6ab7701bcd7c6 (
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
|
# Installation :
```sh
git clone [email protected]:a14m/dotvim.git ~/.vim
```
# Create symlinks :
```sh
ln -s ~/.vim/.vimrc ~/.vimrc
```
# Installing Plugins :
```sh
:PlugInstall
```
# Updating Plugins :
```
:PlugUpdate
```
# Updating Plug (plugins manager)
```
:PlugUpgrade
```
# Dotfiles :
other `.dotfiles` setup have been moved to [dotfiles](https://gitlab.com/a14m/dotfiles)
|