[vim]我的vim配置

时间:2021-03-13 17:20:04
set nocompatible
set backspace=indent,eol,start
set nobackup
set history=50
set ruler
set showcmd

set showmatch
set hlsearch
set incsearch
set ignorecase

syntax on
filetype plugin indent on
autocmd FileType text setlocal

set autoindent
set cindent
set number
set expandtab
set tabstop=4
set shiftwidth=4
set nowrap

set listchars=tab:>\ ,trail:-
set list

set path+=STL_PAT