Files
config/vimrc

14 lines
207 B
VimL

set background=dark
set cindent
set encoding=utf8
set fileencoding=utf8
set fileencodings=ucs-bom,utf8,cp950,latin1
set hls
set incsearch
set nobomb
set nocompatible
set ru
set secure
set t_Co=256
syntax on