Skip to content

Instantly share code, notes, and snippets.

@pvorb
Created December 15, 2010 11:41
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 pvorb/741879 to your computer and use it in GitHub Desktop.
Save pvorb/741879 to your computer and use it in GitHub Desktop.
sample vimrc file
set nocompatible
syntax on
filetype plugin indent on
set autochdir
set backspace=indent,eol,start
set clipboard+=unnamed
set backupdir=~/.vim/backup
set directory=~/.vim/tmp
set fileformats=unix
set enc=utf-8
set fenc=utf-8
set fencs=utf-8
set noerrorbells
if has('multi_byte_encoding')
set enc=utf-8
endif
if has('gui_running')
colorscheme candycode
set guifont=DejaVu_Sans_Mono:h10
set mousehide
set number
set numberwidth=5
endif
@pvorb
Copy link
Author

pvorb commented Jul 28, 2011

See vim files for a better solution.

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