blob: 6b2fa15d7597dd218f894cba16783c9ca9cbae20 (
plain)
1
2
3
4
5
6
7
8
9
|
# Setup
This is my '~/.vim' folder along with my vimrc folder.
If you want to use this yourself you can use the following commands:
```
https://github.com/thornycrackers/.vim.git
ln -s .vimrc .vim/vimrc
```
This will clone the repo and create a symlink to the vimrc file
|