Skip to content

Instantly share code, notes, and snippets.

@uxgnaw
uxgnaw / init.vim
Created July 28, 2020 09:54
vim configure
"基础配置
syntax on
filetype plugin indent on
set nu
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
"插件