Modify formatting
This commit is contained in:
parent
6b3bc2f5b5
commit
8cd2bed4c6
1 changed files with 4 additions and 2 deletions
|
@ -16,8 +16,10 @@ Additionally, I have several extensions, as submodules, in .vim/bundle:
|
||||||
|
|
||||||
###Utilization
|
###Utilization
|
||||||
To use these configuration, perform the following steps
|
To use these configuration, perform the following steps
|
||||||
|
|
||||||
1. Copy vimrc to .vimrc in your home directory
|
1. Copy vimrc to .vimrc in your home directory
|
||||||
> cp vimrc ~/.vimrc
|
> cp vimrc ~/.vimrc
|
||||||
|
|
||||||
2. Copy the vim directory to .vim in your home directory
|
2. Copy the vim directory to .vim in your home directory
|
||||||
> cp -r vim ~/.vim
|
> cp -r vim ~/.vim
|
||||||
|
|
||||||
|
@ -25,6 +27,6 @@ This process is currently unautomated, and as such any updates to this
|
||||||
repository will need to be manually copied as above.
|
repository will need to be manually copied as above.
|
||||||
|
|
||||||
####To-Do
|
####To-Do
|
||||||
[ ] Automate utilization step (considering post-fetch Git hook)
|
* [ ] Automate utilization step (considering post-fetch Git hook)
|
||||||
[ ] Customize Airline more
|
* [ ] Customize Airline more
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue