.vimrc

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
posted @ 2023-02-23 13:58  王双-50  阅读(16)  评论(0)    收藏  举报