Skip to content

Instantly share code, notes, and snippets.

@BenDavidJamin
Created September 20, 2013 19:20
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 BenDavidJamin/6642481 to your computer and use it in GitHub Desktop.
Save BenDavidJamin/6642481 to your computer and use it in GitHub Desktop.
My vimrc settings
" Turn on line numbering. Turn it off set "set nonu"
set nu
" Set syntax on
syntax on
" Indent automtically depending on filetype
filetype indent on
set autoindent
set smartindent
set tabstop=2
set shiftwidth=2
set expandtab
" Highlight search
set hls
" Wrap text instead of being on one line
set lbr
" Chnage colorscheme from default to delek
colorscheme delek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment