blob: 24e5bd8d06300f5e2d994d6d740f940a37c32efd (
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://gitlab.com/artmees/dotfiles)
|