# vimrc **Repository Path**: zhuyajie/vimrc ## Basic Information - **Project Name**: vimrc - **Description**: 我的.vimrc配置 - **Primary Language**: VimL - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux ``` git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle ``` ``` :BundleInstall ``` ## Building ctags from source ``` wget "https://github.com/shawncplus/phpcomplete.vim/raw/master/misc/ctags-5.8_better_php_parser.tar.gz" -O ctags-5.8_better_php_parser.tar.gz tar xvf ctags-5.8_better_php_parser.tar.gz cd ctags ./configure make sudo make install ``` # windows ``` cd %USERPROFILE% git clone https://github.com/gmarik/Vundle.vim.git vimfiles/bundle/Vundle.vim ```