Skip to content

Instantly share code, notes, and snippets.

@yutingzhao1991
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutingzhao1991/206dcb47506e20651c47 to your computer and use it in GitHub Desktop.
Save yutingzhao1991/206dcb47506e20651c47 to your computer and use it in GitHub Desktop.
VIM
neocomplcache
set nu
set fileencodings=ucs-bom,utf-8,cp936,gb18030,big5,euc-jp,euc-kr,latin1
filetype indent on
syntax on
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
let g:neocomplcache_enable_at_startup = 1
highlight Comment ctermfg=green guifg=green
set rtp+=$GOROOT/misc/vim
filetype plugin on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment