vim 配置

 1 :set nu
 2 
 3 OR:
 4 
 5 > more ~/.vimrc
 6 set nomodeline
 7 set nocp
 8 set hls is
 9 set ic
10 set autoindent
11 set backspace=2
12 syntax on
13 "set bg=dark

http://qizhanming.com/blog/2013/03/14/config-go-vim-highlight-and-autocomplete/

posted @ 2013-10-20 19:21  feiling  阅读(154)  评论(0编辑  收藏  举报