" set autoindent set backspace=indent,eol,start set cursorline set encoding=utf8 set expandtab set fileencoding=utf8 set fileencodings=ucs-bom,utf8,cp950,gbk,latin1 set guifont=Inconsolata:h12 set hlsearch set ignorecase set incsearch set laststatus=2 set lazyredraw set list set listchars=tab:»\ ,trail:· set mouse= set nobomb set nocompatible set nofoldenable set pastetoggle= set ruler set scrolloff=3 set secure set shiftwidth=4 set showmatch set smartcase set t_Co=256 if !has('nvim') set ttymouse= endif set visualbell set wrap set wildmenu if !has('nvim') set re=1 endif " let g:DisableAutoPHPFolding = 1 let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] let g:indent_guides_auto_colors = 0 let g:indent_guides_enable_on_vim_startup = 1 autocmd VimEnter,Colorscheme * :hi IndentGuidesEven ctermbg=8 autocmd VimEnter,Colorscheme * :hi IndentGuidesOdd ctermbg=236 " " mapping cnoremap pumvisible() ? "\" : "\" cnoremap pumvisible() ? "\" : "\" imap