vimfile vundle

Install

  1. git clone https://github.com/elic-eon/vimfile_vundle.git ~/vimfile
  2. ln -s ~/vimfile ~/.vim
  3. ln -s ~/.vim/vimrc ~/.vimrc
  4. git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  5. vim

  6. :VundleInstall

plug-in list

  1. Plugin 'gmarik/Vundle.vim'
    plugin manage tool
  2. Plugin 'bling/vim-airline'
    beautiful status line required powerline-patched font
  3. Plugin 'scrooloose/nerdtree'
    press <F2> to toogle nerdtree split
  4. Plugin 'scrooloose/nerdcommenter'
    press <leader><leader> to comment one line
  5. Plugin 'godlygeek/tabular'
  6. Plugin 'plasticboy/vim-markdown'
  7. Plugin 'flazz/vim-colorschemes'
    port colorschemes
  8. Plugin 'kien/ctrlp.vim'
    press ^p to search
  9. Plugin 'mileszs/ack.vim'
  10. Plugin 'vim-scripts/Align'
  11. Plugin 'Raimondi/delimitMate'
    automatic closing of quotes, parenthesis, brackets, etc
  12. Plugin 'vim-scripts/nginx.vim'
  13. Plugin 'ervandew/supertab'
    bind tab as c-n
  14. Plugin 'ap/vim-css-color'
    show color when item is a color
  15. Plugin 'tpope/vim-fugitive'
    :help fugitive
  16. Plugin 'michaeljsmith/vim-indent-object'
    block indent
  17. Plugin 'terryma/vim-multiple-cursors'
    press F6 to select and C-N to select next C-X to skip, C-P to prev
  18. Plugin 'tpope/vim-ragtag'
    quick html tag :help ragtag
  19. Plugin 'tpope/vim-surround'
    quick change ' to " by cs"', etc
  20. Plugin 'tpope/vim-repeat'
    provide repeat while some plugin ex: vim-surround
  21. Plugin 'pangloss/vim-javascript'
  22. Plugin 'majutsushi/tagbar'
    press F3 to open tagbar
  23. Plugin 'tpope/vim-endwise'
    auto complete some syntax
  24. Plugin 'scrooloose/syntastic'
    auto syntax check while saving files