Skip to content

Instantly share code, notes, and snippets.

@tiye
Created May 3, 2012 03:51
Show Gist options
  • Select an option

  • Save tiye/2582996 to your computer and use it in GitHub Desktop.

Select an option

Save tiye/2582996 to your computer and use it in GitHub Desktop.
my vim basic cinfiguration
set nu
syntax on
filetype on
set ts=2 sts=2 sw=2 noexpandtab
set autoindent
set fencs=utf-8,gbk,ucs-bom,shift-jis,gb18030,gb2312,cp936
highlight WhitespaceEOL ctermbg=red guibg=red
match WhitespaceEOL /\s\+$/
hi Pmenu ctermbg=0 ctermfg=6
hi PmenuSel ctermbg=0
@tiye
Copy link
Copy Markdown
Author

tiye commented May 3, 2012

清空了 vim 配置, 只留上面几行, 然后用下面这个插件弹出自动提示菜单
http://www.vim.org/scripts/script.php?script_id=1879

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment