.vimrc文件
Posted coolyuan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.vimrc文件相关的知识,希望对你有一定的参考价值。
1 set number
2 set shiftwidth=4
3 set softtabstop=4
4 set tabstop=4
5 set expandtab
6 "set hlsearch
7 set noerrorbells
8 set smartindent
9 set autoindent
10 set nobackup
11 syntax on
12 filetype on
13 filetype plugin on
14 filetype indent on
以上是关于.vimrc文件的主要内容,如果未能解决你的问题,请参考以下文章