12 lines
254 B
Markdown
12 lines
254 B
Markdown
# Mike Bell's VIM settings
|
|
|
|
Installation:
|
|
```sh
|
|
git clone https://git.movida.biz/bell/dotvim.git ~/.vim
|
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
|
```
|
|
Create symlinks:
|
|
```sh
|
|
ln -s ~/.vim/vimrc ~/.vimrc
|
|
```
|