]> gitweb @ CieloNegro.org - sugar.git/blob - _vimrc
40219565e383afb0a418ce3e1c8e8e74368090ad
[sugar.git] / _vimrc
1 set nocompatible
2
3 if &t_Co > 2 || has("gui_running")
4     syntax on
5 endif
6
7 set termencoding=UTF-8
8 set fileencoding=UTF-8
9 set encoding=UTF-8
10
11 set nobackup
12 set nowritebackup
13
14 set smartindent
15 set number
16
17 syntax off