Skip to content

Instantly share code, notes, and snippets.

@jiaozhu
Created September 10, 2019 03:11
Show Gist options
  • Select an option

  • Save jiaozhu/f73e570f85516333ce587db3a454126b to your computer and use it in GitHub Desktop.

Select an option

Save jiaozhu/f73e570f85516333ce587db3a454126b to your computer and use it in GitHub Desktop.
set nobackup
set noswapfile
set number
set cindent
set autoindent
set shiftwidth=2
set tabstop=2
set softtabstop=2
set expandtab
set ruler
set mouse=v
synatax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment