Skip to content

Instantly share code, notes, and snippets.

@roobie
Created February 5, 2016 08:16
Show Gist options
  • Select an option

  • Save roobie/3d9e88f3f3cac1b3da92 to your computer and use it in GitHub Desktop.

Select an option

Save roobie/3d9e88f3f3cac1b3da92 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
filetype plugin indent on
set background=dark
colorscheme solarized
set tabstop=2
set shiftwidth=2
set expandtab
if has('gui_running')
set guifont=Lucida_Console:h11
endif
set encoding=utf-8 " The encoding displayed.
set fileencoding=utf-8 " The encoding written to file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment