Skip to content

Instantly share code, notes, and snippets.

@achiang
Last active January 29, 2019 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achiang/5a7d3d02cd71ced8e2ff5ab5970db89d to your computer and use it in GitHub Desktop.
Save achiang/5a7d3d02cd71ced8e2ff5ab5970db89d to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype plugin indent on
set secure
set autoindent
set smarttab
set expandtab
set tabstop=8
set shiftwidth=4
set softtabstop=4
if has('gui_running')
set guifont=Ubuntu\ Mono\ 11
set guioptions-=T
set guitablabel=%0.15t\ %M
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment