Skip to content

Instantly share code, notes, and snippets.

@mfrost503
Created June 20, 2013 14:42
Show Gist options
  • Save mfrost503/5823325 to your computer and use it in GitHub Desktop.
Save mfrost503/5823325 to your computer and use it in GitHub Desktop.
vimrc
set t_Co=256
set background=dark
set ruler
set number
set showcmd
set ts=4
set sw=4
encoding=utf-8
set ignorecase
set smartcase
set gdefault
set incsearch
set showmatch
set hlsearch
let g:debuggerPort = "9719"
@jtreminio
Copy link

filetype plugin indent on

syntax on

" spaces > tabs
set tabstop=2
set shiftwidth=2
set expandtab

set backspace=indent,eol,start

" status bar
set wildmenu

" line numbers
set number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment