Skip to content

Instantly share code, notes, and snippets.

@danpfe
Last active October 17, 2018 01:46
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 danpfe/9a488785f8dcb7bf5ef8d45b4991c080 to your computer and use it in GitHub Desktop.
Save danpfe/9a488785f8dcb7bf5ef8d45b4991c080 to your computer and use it in GitHub Desktop.
My vimrc
syntax on
set number
set linebreak
set showbreak=+++
set textwidth=140
set showmatch
set errorbells
set visualbell
set hlsearch
set smartcase
set ignorecase
set incsearch
set autoindent
set shiftwidth=2
set smartindent
set smarttab
set softtabstop=2
set ruler
set undolevels=1000
set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment