codeanywhere/vim/.vimrc
2017-12-02 17:18:55 +08:00

15 lines
115 B
VimL

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