Skip to content

Instantly share code, notes, and snippets.

@scarecrow1123
Last active August 11, 2016 11:28
Show Gist options
  • Save scarecrow1123/61130c9484399d6bf269c776bb737248 to your computer and use it in GitHub Desktop.
Save scarecrow1123/61130c9484399d6bf269c776bb737248 to your computer and use it in GitHub Desktop.
A very basic vimrc
set expandtab
set shiftwidth=2
set softtabstop=2
set autoindent
syntax enable
set number "show line numbers
set cursorline "highlight current line
filetype indent on
set wildmenu "visual autocomplete for command menu
set incsearch
set hlsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment