Skip to content

Instantly share code, notes, and snippets.

@tvlooy
Last active December 8, 2015 22:40
Show Gist options
  • Save tvlooy/a69c4d2f9cf7857730b7 to your computer and use it in GitHub Desktop.
Save tvlooy/a69c4d2f9cf7857730b7 to your computer and use it in GitHub Desktop.
My vimrc file
syntax on
colors elflord
set tabstop=4
"set softtabstop=4
set expandtab
set number
"set showcmd
set cursorline
"set wildmenu
"set lazyredraw
set showmatch
set incsearch
set hlsearch " nohl to undo
set nofoldenable " disable folding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment