Skip to content

Instantly share code, notes, and snippets.

@vrootic
Created August 2, 2013 03:34
Show Gist options
  • Save vrootic/6137319 to your computer and use it in GitHub Desktop.
Save vrootic/6137319 to your computer and use it in GitHub Desktop.
set encoding=utf-8
syntax on
set nocompatible
set ai
set shiftwidth=2
set tabstop=4
set softtabstop=4
set expandtab
set ruler
set backspace=2
set hlsearch
set confirm
set history=100
set cursorline
set mouse=nicr
set laststatus=2
set statusline=%4*%<\%m%<[%f\%r%h%w]\ [%{&ff},%{&fileencoding},%Y]%=\[Position=%l,%v,%p%%]
colorscheme desert
set nu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment