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 ``` bash
git clone https://github.com/rofl0r/proxychains-ng.git git clone https://github.com/rofl0r/proxychains-ng.git
cd proxychain cd proxychains-ng
make make
make install make install
make install-config make install-config

View File

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