Skip to content

CrBoy/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrBoy's vimrc

Author: CrBoy (http://github.com/CrBoy)

Introduction

This project is a set of vim configurations (vimrc, or vimfiles), which is convenient to the author. If git is installed on the machine, these settings could be installed by only one line of command on Linux or MacOSX.

One-Step Install

Prerequisite: Make sure GIT is installed

Using curl (Mac (OSX) should have curl):

curl -o- https://raw.githubusercontent.com/CrBoy/vimrc/master/one-step-install.sh | sh

or wget (Linux often has wget):

wget -O- https://raw.githubusercontent.com/CrBoy/vimrc/master/one-step-install.sh | sh

Features

  • Convenient for Traditional Chinese users (set fileencodings)
  • Tabline with a number for each tab, making tab switching more easily
  • Using NeoBundle to manage the plug-ins in a better way

Plug-ins

Acknowledgements

  • The project refers to vgod and vgod's vimrc. I'm really thanks to him showing amazing tips. :D
  • c9s brings me spirits of vim and git.
  • I learned the usage of git-submodule from here. (Older version uses git-submodule to manage plugins)

About

My vimrc and vim flies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published