Skip to content

Instantly share code, notes, and snippets.

@Kogarasi
Last active August 17, 2016 07:45
Show Gist options
  • Save Kogarasi/4451261 to your computer and use it in GitHub Desktop.
Save Kogarasi/4451261 to your computer and use it in GitHub Desktop.
syntax on
set number
set si
set sw=2
set ts=2
set expandtab
set incsearch
set encoding=utf8
set hidden
set clipboard=unnamed
set cursorline
set display=lastline
set showmatch
set matchtime=1
set nocompatible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment