Skip to content

Instantly share code, notes, and snippets.

@kaosf
Created September 15, 2013 02:46
Show Gist options
  • Save kaosf/6567630 to your computer and use it in GitHub Desktop.
Save kaosf/6567630 to your computer and use it in GitHub Desktop.
for research Vim SEGV
mkdir -p ~/.vim/autoload
mkdir -p ~/.vim/bundle
cd ~/.vim/autoload
curl -so ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
cd ~/.vim/bundle
git clone https://github.com/Shougo/neocomplcache.git --depth 1
# SHA1: a54079968b268e4fe8843290b23c410c1af619c5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment