/.vimrc

An easy to use .vimrc file, extended from https://github.com/amix/vimrc/blob/master/vimrcs/basic.vim

Primary LanguageVim ScriptMIT LicenseMIT

Introduction

As though the old days gone, vim still the best editor, very handy and extensible. So I contribute this repo make vim a lightweight IDE.

Usage

  1. Backup your original .vimrc
mv ~/.vimrc ~/.vimrc.bak
  1. Download and apply this new .vimrc
curl -L https://raw.githubusercontent.com/licg9999/.vimrc/master/.vimrc -o ~/.vimrc
  1. Prepare Vundle and install all plugins (:PluginInstall)
git clone --depth=1 https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim