Skip to content

Instantly share code, notes, and snippets.

@Jiezhi
Created November 28, 2017 02:30
Show Gist options
  • Select an option

  • Save Jiezhi/68eb577baf7ca1ba6115b475cbaec78a to your computer and use it in GitHub Desktop.

Select an option

Save Jiezhi/68eb577baf7ca1ba6115b475cbaec78a to your computer and use it in GitHub Desktop.
vimrc_file
syntax on
set nu!
set cindent
set background=dark
set ruler
set expandtab
set tabstop=4
set shiftwidth=4
set hlsearch
set relativenumber
set nrformats=
set history=200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment