]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_vimrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _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