zoukankan      html  css  js  c++  java
  • .vimrc的配置

    set nocompatible
    set encoding=utf-8
    set fileencodings=utf-8,chinese
    set tabstop=4
    set cindent shiftwidth=4
    set backspace=indent,eol,start
    autocmd Filetype c set omnifunc=ccomplete#Complete
    autocmd Filetype cpp set omnifunc=cppcomplete#Complete
    set incsearch
    set number
    set display=lastline
    set ignorecase
    syntax on
    set nobackup
    set ruler
    set showcmd
    set smartindent
    set hlsearch
    set cmdheight=1
    set laststatus=2
    set shortmess=atI
    set formatoptions=tcrqn
    set autoindent

  • 相关阅读:
    [SDOI2016]排列计数
    Broken robot
    环路运输
    naptime
    Accumulation Degree
    选课
    没有上司的舞会
    金字塔
    Polygon
    石子合并
  • 原文地址:https://www.cnblogs.com/megachen/p/9504664.html
Copyright © 2011-2022 走看看