JaredVogt / vimrc

CONFIG: my vimrc
0 stars 0 forks source link

move all first time checks into a function - and check only for flag... #30

Open JaredVogt opened 8 years ago

JaredVogt commented 8 years ago

no need to run all of these things if this isn't first time... I am currently doing this with PlugInstall - if the file initialized doesn't exist, it runs PlugInstall - otherwise, it skips by...