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

```sh
git clone [email protected]:mad-raz/dotvim.git ~/.vim
```

#Create symlinks :

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

#Installing Plugins :
```sh
vim +PluginInstall +qall
# Or from Vim
:PluginInstall
```

#Updating Plugins :
```
# Vim
:PluginUpdate
```

be sure to re-install YouCompleteMe after updating (specially Python) using
```
cd ~/.vim/bundle/YouCompleteMe
./install.py
```

#Dotfiles :
other `.dotfiles` setup have been moved to [dotfiles](https://github.com/mad-raz/dotfiles)