update vim conf

This commit is contained in:
light 2018-10-15 15:28:14 +08:00
parent c456805ec4
commit ac7b599352
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ haproxy -f /etc/haproxy/haproxy.cfg
``` bash
git clone https://github.com/rofl0r/proxychains-ng.git
cd proxychain
cd proxychains-ng
make
make install
make install-config

View File

@ -130,7 +130,7 @@ set tabstop=4
set softtabstop=4
set shiftwidth=4
" 不要用空格代替制表符
set noexpandtab
set expandtab
" 在行和段开始处使用制表符
set smarttab
" 显示行号