.vimrc

发布时间 2023-07-13 21:34:44作者: h5lianfu

set nocompatible
syntax on
set number
set cursorline
set ruler
set shiftwidth=2
set softtabstop=2
set tabstop=2
set nobackup
set autochdir
filetype plugin indent on
set backupcopy=yes
set ignorecase smartcase
set incsearch
set hlsearch
set guioptions-=T
set guioptions-=m
set smartindent
set laststatus=2
set foldenable