Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 723 Bytes

Who will love this?

If you do web dev a lot...yes

Install

  1. clone the repo

     git clone git://github.com/happypeter/peter-vim.git
    
  2. rename it

     mv peter-vim ~/.vim
    
  3. set up ~/.vimrc, have a fake .vimrc in your $HOME

     ln -s ~/.vim/vimrc ~/.vimrc
    
  4. you also need to install Ctags, ack-grep

     sudo apt-get install exuberant-ctags ack-grep # for ubuntu
    
  5. vim 注意

    vim 中有 gpg.vim 插件,但是插件能使用的前题是系统上已经安装了 gpg ,也就是先要

      brew install gpg
    

    然后再

    vim xxx.gpg
    
  6. Video about how I manage my plugins