Skip to content

Instantly share code, notes, and snippets.

@jrsa
Last active October 14, 2018 01:33
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 jrsa/58ddb5dbc852954fbdf14a64255b65b5 to your computer and use it in GitHub Desktop.
Save jrsa/58ddb5dbc852954fbdf14a64255b65b5 to your computer and use it in GitHub Desktop.
set nocompatible
filetype plugin indent on
syntax on
set hidden "????
"set number "line numbers
set wildmenu "completion
set ruler
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
set cmdheight=2
set laststatus=2
set confirm
"http://www.moolenaar.net/habits.html
set incsearch
set hlsearch
let g:netrw_banner = 0
" color scheme comes from a bundle, must come after pathogen
" colo relaxedgreen
" colo anotherdark
colo pablo
" colo redstring
set listchars=tab:▸\ ,eol:¬
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment