Skip to content

Instantly share code, notes, and snippets.

@olooney
Last active October 26, 2017 09:57
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 olooney/1398129 to your computer and use it in GitHub Desktop.
Save olooney/1398129 to your computer and use it in GitHub Desktop.
" Oran Looney, November 2011
""" GENERAL SECTION """
" turn on automatic syntax highlighting.
syntax on
filetype plugin on
set directory=/tmp
""" WHITESPACE """
set tabstop=4
set shiftwidth=4
set expandtab
set autoindent
""" FOLDING """
set foldmethod=indent
set foldminlines=2
set foldlevel=99
""" AUTOCOMPLETE """
set complete-=k complete+=k
set ignorecase
""" COLORS """
highlight Normal guibg=Black guifg=White
highlight Normal ctermbg=Black ctermfg=White
set background=dark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment