codeanywhere/vim/.vimrc
2018-01-30 21:41:38 +08:00

15 lines
117 B
VimL

filetype indent plugin on
syntax on
set autoindent
set tabstop=2
set nonumber
set mouse-=a
set encoding=utf-8