Last active
January 29, 2019 17:46
-
-
Save achiang/5a7d3d02cd71ced8e2ff5ab5970db89d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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