安装spf13-vim

前端之家收集整理的这篇文章主要介绍了安装spf13-vim前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

https://github.com/spf13/spf13-vim


lenovo@lenovo-PC ~

$ curl https://j.mp/spf13-vim3 -L > spf13-vim.sh&& sh spf13-vim.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   142  100   142    0     0     70      0  0:00:02  0:00:02 --:--:--    71
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0
100  5230  100  5230    0     0    921      0  0:00:05  0:00:05 --:--:--  3069
Attempting to back up your original vim configuration.
'/home/lenovo/.vimrc' -> '/home/lenovo/.vimrc.20180606_1528272633'
Trying to update spf13-vim
正克隆到 '/home/lenovo/.spf13-vim-3'...
remote: Counting objects: 3360,done.
remote: Total 3360 (delta 0),reused 0 (delta 0),pack-reused 3360
接收对象中: 100% (3360/3360),3.03 MiB | 77.00 KiB/s,完成.
处理 delta 中: 100% (1607/1607),完成.
[✔] Successfully cloned spf13-vim.
[✔] Setting up vim symlinks.
Trying to update vundle
正克隆到 '/home/lenovo/.vim/bundle/vundle'...
remote: Counting objects: 3136,done.
remote: Total 3136 (delta 0),pack-reused 3136
接收对象中: 100% (3136/3136),933.43 KiB | 148.00 KiB/s,完成.
处理 delta 中: 100% (1105/1105),完成.
[✔] Successfully cloned vundle.
[✔] Now updating/installing plugins using Vundle


Thanks for installing spf13-vim.
© 2018 http://vim.spf13.com/


lenovo@lenovo-PC ~


.vimrc.local中:

1 set t_Co=256 "enable color setups 2 set mouse-=a "enable copy by right click
原文链接:https://www.f2er.com/bash/387840.html

猜你在找的Bash相关文章