Files
codeanywhere/vim/.vimrc

15 lines
117 B
VimL
Raw Normal View History

2017-12-02 17:18:55 +08:00
filetype indent plugin on
syntax on
set autoindent
set tabstop=2
set nonumber
2018-01-30 21:41:38 +08:00
set mouse-=a
2017-12-02 17:18:55 +08:00
set encoding=utf-8