]> Pileus Git - vpaste/blob - vimrc
Use /bin/sh for vpaste script
[vpaste] / vimrc
1 " Andy Spencer 2009-2013 - Public domain
2
3 filetype plugin indent on
4 syntax on
5
6 " Defaults
7 set nocompatible
8 set encoding=utf-8
9 set fileencoding=utf-8
10 set term=xterm-256color
11 set modelines=10
12 set background=light
13
14 " Xterm settings
15 let g:xterm_trim_escapes  = 1
16 let g:xterm_start_pattern = "^$"
17
18 " TOhtml settings
19 let g:html_use_css        = 1
20 let g:html_use_encoding   = "UTF-8"
21 let g:html_no_progress    = 1
22 let g:html_dynamic_folds  = 1
23 let g:html_use_xhtml      = 1
24
25 " Misc
26 let g:is_bash             = 1
27
28 " Override these with modelines
29 set nowrap noexpandtab
30 au BufWinEnter * let g:html_expand_tabs = &expandtab
31 au BufWinEnter * let g:html_pre_wrap    = &wrap