Skip to content

Instantly share code, notes, and snippets.

@fxlv
Created October 24, 2013 11:10
Show Gist options
  • Save fxlv/7135271 to your computer and use it in GitHub Desktop.
Save fxlv/7135271 to your computer and use it in GitHub Desktop.
simple vimrc
set nocompatible
syntax enable
set showmode
set hlsearch
set backspace =2
set visualbell
set cursorline
set smartindent
set number
set ruler
set showmatch
set expandtab
set smarttab autoindent
set tabstop=4
set shiftwidth=4
set softtabstop=4
set shiftround
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment