跟新vimrc当中图标

This commit is contained in:
LingZhaoHui 2021-02-14 13:52:29 +08:00
parent 3fa5d74f29
commit 38d51ed8bc
1 changed files with 10 additions and 10 deletions

20
vimrc
View File

@ -1,14 +1,14 @@
" ____________ __
" / ____/ ____/ / /_
" _____ / /___/ /_____ / /_/ __ _______
" /__ / / ____/ ____/ /___/ / /\ / / __ /
" / /__/ /___/ /___/ / __/ / /\ \ / / /_/ / /
" /____/_____/_____/_/\_\/_/_/ \_\/_/\____/ /
" _____/ /
" /______/
" @author:zeekling<zeekling@163.com>
"
set ruler
" ________ _______ _______ __ ___ __ __ .__ __. _______
" | / | ____|| ____|| |/ / | | | | | \ | | / _____|
" `---/ / | |__ | |__ | ' / | | | | | \| | | | __
" / / | __| | __| | < | | | | | . ` | | | |_ |
" / /----.| |____ | |____ | . \ | `----.| | | |\ | | |__| |
" /________||_______||_______||__|\__\ |_______||__| |__| \__| \______|
"
" @author:zeekling<zeekling@zeekling.cn>
"
"set ruler
autocmd BufWritePre * :%s/\s\+$//e " 自动清除末行空格
set magic " 设置魔术
set backspace=indent,eol,start