Vim Config

vim 配置

https://www.ruanyifeng.com/blog/2018/09/vimrc.html

set nocompatible

syntax on

set showmode

set showcmd

set mouse=a

set encoding=utf-8  

set t_Co=256

filetype indent on

set autoindent

set tabstop=4

set shiftwidth=4

set expandtab

set softtabstop=4

set number

set cursorline

set cursorcolumn

set ruler

set showmatch

set hlsearch

最后修改于 2023-05-04

- 目录 -