Created
May 3, 2012 03:51
-
-
Save tiye/2582996 to your computer and use it in GitHub Desktop.
my vim basic cinfiguration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
清空了
vim配置, 只留上面几行, 然后用下面这个插件弹出自动提示菜单http://www.vim.org/scripts/script.php?script_id=1879