VIM编辑器设置

1 set nocompatible
2 set ic
3 set hlsearch
4 set encoding=utf-8
5 set fileencodings=utf-8,ucs-bom,GB2312,big5
6 set cursorline
7 set autoindent
8 set smartindent
9 set scrolloff=4
10 set showmatch
11 set nu
12 set tabstop=4
13 set softtabstop=4
14 set shiftwidth=4
15 set expandtab
16 set autoindent
17 set bg=dark
18 set ruler
19 syntax on

posted @ 2021-08-01 17:01  jasonzhangxianrong  阅读(44)  评论(0编辑  收藏  举报