vim - Fix YouCompleteMe error Fatal Python error: PyThreadState_Get: no current thread
[dotfiles.git] / vim / install.pl
1 #!/usr/bin/perl -w
2
3 ## 1. git clone package manager Vundle
4 my $vundle_url = "https://github.com/gmarik/Vundle.vim.git";
5  
6 chdir "bundle";
7 system "git clone " . $vundle_url;
8
9 ## 2. install packages
10 #
11 #
12 # 3. install YouCompleteMe
13 # ./install.py --clang-completer
14
15
16 #vim --cmd 'echo "aaaa"';