mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
17 lines
356 B
Markdown
17 lines
356 B
Markdown
vimconfig
|
|
=========
|
|
|
|
An attempt to normalize my Vim configuration across machines.
|
|
|
|
Installation
|
|
------------
|
|
|
|
To install this package as your local vim configuration, do the following:
|
|
|
|
```bash
|
|
git clone https://github.com/bertptrs/vimconfig.git ~/.vim
|
|
~/.vim/install.sh
|
|
```
|
|
|
|
This will install the correct vimrc and load the packages mentioned in bundle.
|