欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

vimrc配置 博客分类: linuxvim

程序员文章站 2024-03-23 15:54:28
...

 

 

set nu
set fencs=utf-8,ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936
set termencoding=utf-8
set encoding=utf-8
set fileencodings=ucs-bom,utf-8,cp936
set fileencoding=utf-8
" 
set autoindent
set cindent
set tabstop=4

set softtabstop=4
set shiftwidth=4

set noexpandtab

set ignorecase

set hlsearch
set incsearch

set laststatus=2

filetype on

set showmatch

set scrolloff=3

set cursorline " 突出显示当前