Vim

Vim 配置

Mac OS

配置文件位置 /usr/share/vim/vimrc

set nu                  " show line number 
set ai                  " auto indenting

set ruler               " show the cursor position
set hlsearch            " highlight the last searched term
set history=1000        " keep 1000 lines of history
syntax on               " syntax highlighting
filetype plugin on      " use the file type plugins