Skip to content

bootleq/vimrc_human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

vimrc_human

My edited .vimrc for sharing with human.

  • Use comments, make it easy to understand. (not implemented yet...)
  • Use NeoBundle to manage plugins, for quick and clean trying out.
  • May not update frequently, since it's not necessary my in-use config.

Notes

  • Require Vim 7.3 or higher.
  • Not for gVim on Windows. Though I'm using it fine with gVim and Cygwin.
  • Please keep in mind that:
    let Vim source others' scripts this way sure has SECURITY CONCERN.

Usage

  1. Clone this repository to your /tmp path.

    git clone git://github.com/bootleq/vimrc_human.git /tmp/vimrc_human/bootleq

  2. Update submodule (will install NeoBundle):

    cd /tmp/vimrc_human/bootleq
    git submodule init
    git submodule update
  3. Start Vim with my vimrc.

    vim -u /tmp/vimrc_human/bootleq/.vimrc

  4. There would be errors during first run. Install plugins can fix them:
    Launch vim and run :NeoBundleInstall

Blog post

分享我的 Vim 設定 - vimrc_human

About

My edited .vimrc for sharing with human.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages