set number
set softtabstop=4
set tabstop=4
set autoindent shiftwidth=4
set ruler
set mouse=a
syntax on
set smartindent
set clipboard=unnamed
filetype on
call plug#begin('~/.vim/plugged')
Plug 'jiangmiao/auto-pairs'
Plug 'octol/vim-cpp-enhanced-highlight'
call plug#end()
//以后会更新