Skip to content

Instantly share code, notes, and snippets.

@lisa
Created April 30, 2010 16:32
Show Gist options
  • Save lisa/385442 to your computer and use it in GitHub Desktop.
Save lisa/385442 to your computer and use it in GitHub Desktop.
autocmd!
set shiftwidth=2
set softtabstop=2
set shiftround
set expandtab
set autoindent
set showmatch
set showmode
set showcmd
set formatoptions-=t
set textwidth=79
set comments-=s1:/*,mb:*,ex:*/
set comments+=s:/*,mb:**,ex:*/
set comments+=fb:*
filetype on
map <F5> :set hls!<bar>set hls?<CR>
set hls!
if has('syntax') && (&t_Co > 2)
syntax on
endif
:set background=dark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment