add extensions, .vimrc

This commit is contained in:
2017-12-02 17:18:55 +08:00
parent 04efdf3b9a
commit 87147abd10
2 changed files with 37 additions and 0 deletions

14
vim/.vimrc Normal file
View File

@@ -0,0 +1,14 @@
filetype indent plugin on
syntax on
set autoindent
set tabstop=2
set nonumber
set mouse=
set encoding=utf-8