0
点赞
收藏
分享

微信扫一扫

vim配置

萧萧雨潇潇 2022-02-09 阅读 77

set number
set nocompatible
syntax on
set showmode
set showcmd
set encoding=utf-8
set t_Co=256
filetype indent on
set autoindent
set tabstop=2
set shiftwidth=4
set expandtab
set softtabstop=2
set cursorline
set textwidth=80
set wrap
set showmatch
set hlsearch

举报

相关推荐

0 条评论