Skip to content

Instantly share code, notes, and snippets.

@sund
Created June 19, 2014 18:17
Show Gist options
  • Save sund/b8610f4c5b900e9e0808 to your computer and use it in GitHub Desktop.
Save sund/b8610f4c5b900e9e0808 to your computer and use it in GitHub Desktop.
vimrc helps
" check for and create bundle and plugin dirs
" may make this in bash.profile script
"if !isdirectory("~/.vim/bundle")
" call mkdir("~/.vim/bundle", "p")
"endif
"if !isdirectory("~/.vim/plugin")
" call mkdir("~/.vim/plugin", "p")
"endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment