Skip to content

Instantly share code, notes, and snippets.

set nocompatible " be iMproved
filetype off " required!
filetype plugin indent on " required!
"My settings
set encoding=utf-8
set ruler
set autoindent
set smartindent
set number