
“set fileencodings=ucs-bom,utf-8,utf-16,gb2312,gbk,gb18030,latin1
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin ‘VundleVim/Vundle.vim’
Plugin ‘tomasr/molokai’
Plugin ‘Lokaltog/vim-powerline’
Plugin ‘Yggdroot/indentLine’
Plugin ‘jiangmiao/auto-pairs’
Plugin ‘Valloric/YouCompleteMe’
call vundle#end()
filetype plugin indent on
color molokai
set number numberwidth=5
“set mouse=a
set cmdheight=1
set laststatus=2
set showcmd
autocmd BufEnter * silent! lcd %:p:h
set incsearch hlsearch
set showmatch matchpairs+=<:>
set shiftwidth=4 tabstop=4 softtabstop=4
set expandtab
set autoindent
set fileformat=unix
set fenc=utf-8
set t_Co=256
let g:indentLine_char=’|’
let g:indentLine_enabled=1
let g:ycm_python_binary_path = ‘python’




近期评论