]> Pileus Git - vpaste/blob - vimrc
Adding ls and head
[vpaste] / vimrc
1 " Copyright (C) 2009 Andy Spencer - Public domain
2
3 set nocompatible
4 set encoding=utf-8
5 set term=xterm-256color
6
7 filetype plugin indent on
8 syntax on
9 colorscheme grey
10
11 let html_use_css = 1
12 let html_use_encoding = "utf8"
13 "let use_xhtml = 1