" My Bundles here: filetype plugin on filetype plugin indenton" required!
colorscheme elflord
" " Brief help " :BundleList - list configured bundles " :BundleInstall(!) - install(update) bundles " :BundleSearch(!) foo - search(or refresh cache first) for foo " :BundleClean(!) - confirm(or auto-approve) removal of unused bundles " " see :h vundle for more details or wiki for FAQ " NOTE: comments after Bundle command are not allowed..
set nocp " set MiniBufExplorer letg:miniBufExplMapWindowNavVim = 1 letg:miniBufExplMapWindowNavArrows = 1 letg:miniBufExplMapCTabSwitchBufs = 1 letg:miniBufExplModSelTarget = 1 letg:miniBufExplMoreThanOne=0
" set winmanager " Caution: current version of winmanager has a problem " need to modify ~/.vim/plugin/winmanager.vim " function ToggleWindowsManager()下的call " s:StartWindowsManager()的下一行加一句exe 'q' letg:NERDTree_title="[NERDTree]" letg:winManagerWindowLayout="MiniBufExplorer,NERDTree|TagList" "let g:winManagerWindowLayout="MiniBufExplorer,TagList"
" set clib.vim let c_hi_identifiers = 'all' let c_hi_libs = ['*']
set hlsearch setnu setcc=100 setts=4 setshiftwidth =4 set expandtab set autoindent setcindent set smartindent set softtabstop=4
" 关闭omnicpp预览窗口 set completeopt=menu let OmniCpp_ShowPrototypeInAbbr = 1" show function prototype in popup window
letg:vim_markdown_folding_disabled=1
" powerline的设置 letg:Powerline_symbols = 'fancy' set fillchars+=stl:\ ,stlnc:\ set t_Co=256 set laststatus=2" Always show the statusline
let mapleader=',' " 使用 ctrlsf.vim插件在工程内全局查找光标所在关键字,设置快捷键。快捷键速记法:search in project nnoremap<Leader>sf :CtrlSF<CR>
" Encoding " Recognition GBK encoding first set encoding=utf-8 set fenc=cp936 set fileencodings=cp936,ucs-bom,utf-8 " Avoid menu garbled characters ifv:lang =~? '^\(zh\)\|\(ja\)\|\(ko\)' set ambiwidth=double endif set nobomb